Html Css Color HEX #A8A2CC Wistful

📋 copy color: '#A8A2CC'

red 168 ◦ green 162 ◦ blue 204

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

Shades of Wistful #A8A2CC

Tints of Wistful #A8A2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 31.46%
G = 30.34%
B = 38.2%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A8A2CC (or 0xA8A2CC) is known color: Wistful. HEX triplet: A8, A2 and CC. RGB value is (168,162,204). Sum of RGB (Red+Green+Blue) = 168+162+204=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A2CC is #575D33. Grayscale: #A8A8A8. Windows color (decimal): -5725492 or 13410984. OLE color: 13410984.

HSL color Cylindrical-coordinate representation of color #A8A2CC: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8A2CC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 162 204 -
CMYK 0.18 0.21 0 0.2
HSL 248.57º 0.29% 0.72% -
HSV(B) 248.57º 0.21% 0.8% -
XYZ 39.97 38.53 62.46 -
YUV 168.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 168 162 204 0.18 0.21 0 0.2 248.57 0.29 0.72
Hex A8 A2 CC 12 15 0 14 F9 1D 48
Octal 250 242 314 22 25 0 24 371 35 110
Binary 10101000 10100010 11001100 10010 10101 0 10100 11111001 11101 1001000

Color Harmonies of #A8A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A2CC

Black with #A8A2CC

Text Example


Text Example

White with #A8A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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