Html Css Color HEX #A8A4CC Wistful

📋 copy color: '#A8A4CC'

red 168 ◦ green 164 ◦ blue 204

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

Shades of Wistful #A8A4CC

Tints of Wistful #A8A4CC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.6%

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

R = 31.34%
G = 30.6%
B = 38.06%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A8A4CC (or 0xA8A4CC) is known color: Wistful. HEX triplet: A8, A4 and CC. RGB value is (168,164,204). Sum of RGB (Red+Green+Blue) = 168+164+204=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8A4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A4CC is #575B33. Grayscale: #A9A9A9. Windows color (decimal): -5724980 or 13411496. OLE color: 13411496.

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

Color convert

RGB 168 164 204 -
CMYK 0.18 0.20 0 0.2
HSL 246º 0.28% 0.72% -
HSV(B) 246º 0.2% 0.8% -
XYZ 40.32 39.24 62.57 -
YUV 169.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 168 164 204 0.18 0.20 0 0.2 246 0.28 0.72
Hex A8 A4 CC 12 14 0 14 F6 1C 48
Octal 250 244 314 22 24 0 24 366 34 110
Binary 10101000 10100100 11001100 10010 10100 0 10100 11110110 11100 1001000

Color Harmonies of #A8A4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A4CC

Black with #A8A4CC

Text Example


Text Example

White with #A8A4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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