Html Css Color HEX #AAA4CC Wistful

📋 copy color: '#AAA4CC'

red 170 ◦ green 164 ◦ blue 204

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

Shades of Wistful #AAA4CC

Tints of Wistful #AAA4CC

RGB

 RED value IS 170 (66.8% from 255) = 31.6%

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

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

R = 31.6%
G = 30.48%
B = 37.92%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAA4CC (or 0xAAA4CC) is known color: Wistful. HEX triplet: AA, A4 and CC. RGB value is (170,164,204). Sum of RGB (Red+Green+Blue) = 170+164+204=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4CC is #555B33. Grayscale: #AAAAAA. Windows color (decimal): -5593908 or 13411498. OLE color: 13411498.

HSL color Cylindrical-coordinate representation of color #AAA4CC: hue angle of 249º 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 #AAA4CC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 164 204 -
CMYK 0.17 0.20 0 0.2
HSL 249º 0.28% 0.72% -
HSV(B) 249º 0.2% 0.8% -
XYZ 40.75 39.46 62.59 -
YUV 170.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 170 164 204 0.17 0.20 0 0.2 249 0.28 0.72
Hex AA A4 CC 11 14 0 14 F9 1C 48
Octal 252 244 314 21 24 0 24 371 34 110
Binary 10101010 10100100 11001100 10001 10100 0 10100 11111001 11100 1001000

Color Harmonies of #AAA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4CC

Black with #AAA4CC

Text Example


Text Example

White with #AAA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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