Html Css Color HEX #A8A2C6 Wistful

📋 copy color: '#A8A2C6'

red 168 ◦ green 162 ◦ blue 198

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

Shades of Wistful #A8A2C6

Tints of Wistful #A8A2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 31.82%
G = 30.68%
B = 37.5%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A8A2C6 (or 0xA8A2C6) is known color: Wistful. HEX triplet: A8, A2 and C6. RGB value is (168,162,198). Sum of RGB (Red+Green+Blue) = 168+162+198=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #A8A2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A2C6 is #575D39. Grayscale: #A7A7A7. Windows color (decimal): -5725498 or 13017768. OLE color: 13017768.

HSL color Cylindrical-coordinate representation of color #A8A2C6: hue angle of 250º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A2C6 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 162 198 -
CMYK 0.15 0.18 0 0.22
HSL 250º 0.24% 0.71% -
HSV(B) 250º 0.18% 0.78% -
XYZ 39.26 38.24 58.74 -
YUV 167.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 168 162 198 0.15 0.18 0 0.22 250 0.24 0.71
Hex A8 A2 C6 F 12 0 16 FA 18 47
Octal 250 242 306 17 22 0 26 372 30 107
Binary 10101000 10100010 11000110 1111 10010 0 10110 11111010 11000 1000111

Color Harmonies of #A8A2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A2C6

Black with #A8A2C6

Text Example


Text Example

White with #A8A2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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