Html Css Color HEX #ABA9CE Wistful

📋 copy color: '#ABA9CE'

red 171 ◦ green 169 ◦ blue 206

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

Shades of Wistful #ABA9CE

Tints of Wistful #ABA9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 31.32%
G = 30.95%
B = 37.73%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABA9CE (or 0xABA9CE) is known color: Wistful. HEX triplet: AB, A9 and CE. RGB value is (171,169,206). Sum of RGB (Red+Green+Blue) = 171+169+206=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9CE is #545631. Grayscale: #ADADAD. Windows color (decimal): -5527090 or 13543851. OLE color: 13543851.

HSL color Cylindrical-coordinate representation of color #ABA9CE: hue angle of 243.24º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA9CE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 169 206 -
CMYK 0.17 0.18 0 0.19
HSL 243.24º 0.27% 0.74% -
HSV(B) 243.24º 0.18% 0.81% -
XYZ 42.12 41.49 64.18 -
YUV 173.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 171 169 206 0.17 0.18 0 0.19 243.24 0.27 0.74
Hex AB A9 CE 11 12 0 13 F3 1B 4A
Octal 253 251 316 21 22 0 23 363 33 112
Binary 10101011 10101001 11001110 10001 10010 0 10011 11110011 11011 1001010

Color Harmonies of #ABA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9CE

Black with #ABA9CE

Text Example


Text Example

White with #ABA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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