Html Css Color HEX #ABA9CF Wistful

📋 copy color: '#ABA9CF'

red 171 ◦ green 169 ◦ blue 207

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

Shades of Wistful #ABA9CF

Tints of Wistful #ABA9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 31.26%
G = 30.9%
B = 37.84%

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

#ABA9CF (or 0xABA9CF) is known color: Wistful. HEX triplet: AB, A9 and CF. RGB value is (171,169,207). Sum of RGB (Red+Green+Blue) = 171+169+207=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9CF is #545630. Grayscale: #ADADAD. Windows color (decimal): -5527089 or 13609387. OLE color: 13609387.

HSL color Cylindrical-coordinate representation of color #ABA9CF: hue angle of 243.16º degrees, saturation: 0.28, 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 #ABA9CF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 169 207 -
CMYK 0.17 0.18 0 0.19
HSL 243.16º 0.28% 0.74% -
HSV(B) 243.16º 0.18% 0.81% -
XYZ 42.25 41.54 64.82 -
YUV 173.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 171 169 207 0.17 0.18 0 0.19 243.16 0.28 0.74
Hex AB A9 CF 11 12 0 13 F3 1C 4A
Octal 253 251 317 21 22 0 23 363 34 112
Binary 10101011 10101001 11001111 10001 10010 0 10011 11110011 11100 1001010

Color Harmonies of #ABA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9CF

Black with #ABA9CF

Text Example


Text Example

White with #ABA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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