Html Css Color HEX #ABA9E2 Wistful

📋 copy color: '#ABA9E2'

red 171 ◦ green 169 ◦ blue 226

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

Shades of Wistful #ABA9E2

Tints of Wistful #ABA9E2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.86%

 BLUE value IS 226 (88.67% from 255) = 39.93%

R = 30.21%
G = 29.86%
B = 39.93%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABA9E2 (or 0xABA9E2) is known color: Wistful. HEX triplet: AB, A9 and E2. RGB value is (171,169,226). Sum of RGB (Red+Green+Blue) = 171+169+226=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABA9E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9E2 is #54561D. Grayscale: #AFAFAF. Windows color (decimal): -5527070 or 14854571. OLE color: 14854571.

HSL color Cylindrical-coordinate representation of color #ABA9E2: hue angle of 242.11º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA9E2 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 169 226 -
CMYK 0.24 0.25 0 0.11
HSL 242.11º 0.5% 0.77% -
HSV(B) 242.11º 0.25% 0.89% -
XYZ 44.71 42.52 77.8 -
YUV 176.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 171 169 226 0.24 0.25 0 0.11 242.11 0.5 0.77
Hex AB A9 E2 18 19 0 B F2 32 4D
Octal 253 251 342 30 31 0 13 362 62 115
Binary 10101011 10101001 11100010 11000 11001 0 1011 11110010 110010 1001101

Color Harmonies of #ABA9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9E2

Black with #ABA9E2

Text Example


Text Example

White with #ABA9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9E2; }

 p { color: rgb(171,169,226); }

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

background-color css

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

 a { background-color: rgb(171,169,226); }

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

border-color css

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

 span { border-color: rgb(171,169,226); }

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