Html Css Color HEX #ABA3C9 Wistful

📋 copy color: '#ABA3C9'

red 171 ◦ green 163 ◦ blue 201

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

Shades of Wistful #ABA3C9

Tints of Wistful #ABA3C9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.47%

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 31.96%
G = 30.47%
B = 37.57%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA3C9 (or 0xABA3C9) is known color: Wistful. HEX triplet: AB, A3 and C9. RGB value is (171,163,201). Sum of RGB (Red+Green+Blue) = 171+163+201=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABA3C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3C9 is #545C36. Grayscale: #A9A9A9. Windows color (decimal): -5528631 or 13214635. OLE color: 13214635.

HSL color Cylindrical-coordinate representation of color #ABA3C9: hue angle of 252.63º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA3C9 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 163 201 -
CMYK 0.15 0.19 0 0.21
HSL 252.63º 0.26% 0.71% -
HSV(B) 252.63º 0.19% 0.79% -
XYZ 40.43 39.07 60.67 -
YUV 169.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 171 163 201 0.15 0.19 0 0.21 252.63 0.26 0.71
Hex AB A3 C9 F 13 0 15 FD 1A 47
Octal 253 243 311 17 23 0 25 375 32 107
Binary 10101011 10100011 11001001 1111 10011 0 10101 11111101 11010 1000111

Color Harmonies of #ABA3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3C9

Black with #ABA3C9

Text Example


Text Example

White with #ABA3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3C9; }

 p { color: rgb(171,163,201); }

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

background-color css

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

 a { background-color: rgb(171,163,201); }

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

border-color css

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

 span { border-color: rgb(171,163,201); }

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