Html Css Color HEX #ABAAE0 Wistful

📋 copy color: '#ABAAE0'

red 171 ◦ green 170 ◦ blue 224

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

Shades of Wistful #ABAAE0

Tints of Wistful #ABAAE0

RGB

 RED value IS 171 (67.19% from 255) = 30.27%

 GREEN value IS 170 (66.8% from 255) = 30.09%

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 30.27%
G = 30.09%
B = 39.65%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABAAE0 (or 0xABAAE0) is known color: Wistful. HEX triplet: AB, AA and E0. RGB value is (171,170,224). Sum of RGB (Red+Green+Blue) = 171+170+224=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAE0 is #54551F. Grayscale: #B0B0B0. Windows color (decimal): -5526816 or 14723755. OLE color: 14723755.

HSL color Cylindrical-coordinate representation of color #ABAAE0: hue angle of 241.11º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAAE0 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 170 224 -
CMYK 0.24 0.24 0 0.12
HSL 241.11º 0.47% 0.77% -
HSV(B) 241.11º 0.24% 0.88% -
XYZ 44.62 42.79 76.43 -
YUV 176.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 171 170 224 0.24 0.24 0 0.12 241.11 0.47 0.77
Hex AB AA E0 18 18 0 C F1 2F 4D
Octal 253 252 340 30 30 0 14 361 57 115
Binary 10101011 10101010 11100000 11000 11000 0 1100 11110001 101111 1001101

Color Harmonies of #ABAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAE0

Black with #ABAAE0

Text Example


Text Example

White with #ABAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAE0; }

 p { color: rgb(171,170,224); }

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

background-color css

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

 a { background-color: rgb(171,170,224); }

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

border-color css

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

 span { border-color: rgb(171,170,224); }

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