Html Css Color HEX #ABA9CA Wistful

📋 copy color: '#ABA9CA'

red 171 ◦ green 169 ◦ blue 202

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

Shades of Wistful #ABA9CA

Tints of Wistful #ABA9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 31.55%
G = 31.18%
B = 37.27%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA9CA (or 0xABA9CA) is known color: Wistful. HEX triplet: AB, A9 and CA. RGB value is (171,169,202). Sum of RGB (Red+Green+Blue) = 171+169+202=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9CA is #545635. Grayscale: #ADADAD. Windows color (decimal): -5527094 or 13281707. OLE color: 13281707.

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

Color convert

RGB 171 169 202 -
CMYK 0.15 0.16 0 0.21
HSL 243.64º 0.24% 0.73% -
HSV(B) 243.64º 0.16% 0.79% -
XYZ 41.64 41.3 61.65 -
YUV 173.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 171 169 202 0.15 0.16 0 0.21 243.64 0.24 0.73
Hex AB A9 CA F 10 0 15 F4 18 49
Octal 253 251 312 17 20 0 25 364 30 111
Binary 10101011 10101001 11001010 1111 10000 0 10101 11110100 11000 1001001

Color Harmonies of #ABA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA9CA

Black with #ABA9CA

Text Example


Text Example

White with #ABA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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