Html Css Color HEX #A8A2EB Wistful

📋 copy color: '#A8A2EB'

red 168 ◦ green 162 ◦ blue 235

#A8A2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A8A2EB

Tints of Wistful #A8A2EB

RGB

 RED value IS 168 (66.02% from 255) = 29.73%

 GREEN value IS 162 (63.67% from 255) = 28.67%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 29.73%
G = 28.67%
B = 41.59%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A8A2EB (or 0xA8A2EB) is known color: Wistful. HEX triplet: A8, A2 and EB. RGB value is (168,162,235). Sum of RGB (Red+Green+Blue) = 168+162+235=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A2EB is #575D14. Grayscale: #ABABAB. Windows color (decimal): -5725461 or 15442600. OLE color: 15442600.

HSL color Cylindrical-coordinate representation of color #A8A2EB: hue angle of 244.93º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8A2EB is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 162 235 -
CMYK 0.29 0.31 0 0.08
HSL 244.93º 0.65% 0.78% -
HSV(B) 244.93º 0.31% 0.92% -
XYZ 44.06 40.16 84.03 -
YUV 172.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 168 162 235 0.29 0.31 0 0.08 244.93 0.65 0.78
Hex A8 A2 EB 1D 1F 0 8 F5 41 4E
Octal 250 242 353 35 37 0 10 365 101 116
Binary 10101000 10100010 11101011 11101 11111 0 1000 11110101 1000001 1001110

Color Harmonies of #A8A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A2EB

Black with #A8A2EB

Text Example


Text Example

White with #A8A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A2EB; }

 p { color: rgb(168,162,235); }

 H1.HeaderClassName
 {
   color: #A8A2EB;
 }
 .AnyTagClassName
 {
   color: #A8A2EB;
 }
</style>

background-color css

<style>
 a { background-color: #A8A2EB; }

 a { background-color: rgb(168,162,235); }

 div.DivClassName
 {
   background-color: #A8A2EB;
 }
 .BgClassName
 {
   background-color: #A8A2EB;
 }
</style>

border-color css

<style>
 span { border-color: #A8A2EB; }

 span { border-color: rgb(168,162,235); }

 td.TdClassName
 {
   border-color: #A8A2EB;
 }
 .TagClassName
 {
   border-color: #A8A2EB;
 }
</style>