Html Css Color HEX #AAA4DF Wistful

📋 copy color: '#AAA4DF'

red 170 ◦ green 164 ◦ blue 223

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

Shades of Wistful #AAA4DF

Tints of Wistful #AAA4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 30.52%
G = 29.44%
B = 40.04%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAA4DF (or 0xAAA4DF) is known color: Wistful. HEX triplet: AA, A4 and DF. RGB value is (170,164,223). Sum of RGB (Red+Green+Blue) = 170+164+223=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAA4DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4DF is #555B20. Grayscale: #ACACAC. Windows color (decimal): -5593889 or 14656682. OLE color: 14656682.

HSL color Cylindrical-coordinate representation of color #AAA4DF: hue angle of 246.1º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA4DF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 164 223 -
CMYK 0.24 0.26 0 0.13
HSL 246.1º 0.48% 0.76% -
HSV(B) 246.1º 0.26% 0.87% -
XYZ 43.17 40.42 75.34 -
YUV 172.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 170 164 223 0.24 0.26 0 0.13 246.1 0.48 0.76
Hex AA A4 DF 18 1A 0 D F6 30 4C
Octal 252 244 337 30 32 0 15 366 60 114
Binary 10101010 10100100 11011111 11000 11010 0 1101 11110110 110000 1001100

Color Harmonies of #AAA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4DF

Black with #AAA4DF

Text Example


Text Example

White with #AAA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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