Html Css Color HEX #AAA5CC Wistful

📋 copy color: '#AAA5CC'

red 170 ◦ green 165 ◦ blue 204

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

Shades of Wistful #AAA5CC

Tints of Wistful #AAA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

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

R = 31.54%
G = 30.61%
B = 37.85%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAA5CC (or 0xAAA5CC) is known color: Wistful. HEX triplet: AA, A5 and CC. RGB value is (170,165,204). Sum of RGB (Red+Green+Blue) = 170+165+204=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5CC is #555A33. Grayscale: #AAAAAA. Windows color (decimal): -5593652 or 13411754. OLE color: 13411754.

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

Color convert

RGB 170 165 204 -
CMYK 0.17 0.19 0 0.2
HSL 247.69º 0.28% 0.72% -
HSV(B) 247.69º 0.19% 0.8% -
XYZ 40.93 39.82 62.65 -
YUV 170.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 170 165 204 0.17 0.19 0 0.2 247.69 0.28 0.72
Hex AA A5 CC 11 13 0 14 F8 1C 48
Octal 252 245 314 21 23 0 24 370 34 110
Binary 10101010 10100101 11001100 10001 10011 0 10100 11111000 11100 1001000

Color Harmonies of #AAA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5CC

Black with #AAA5CC

Text Example


Text Example

White with #AAA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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