Html Css Color HEX #ABA8CB Wistful

📋 copy color: '#ABA8CB'

red 171 ◦ green 168 ◦ blue 203

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

Shades of Wistful #ABA8CB

Tints of Wistful #ABA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31%

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 31.55%
G = 31%
B = 37.45%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABA8CB (or 0xABA8CB) is known color: Wistful. HEX triplet: AB, A8 and CB. RGB value is (171,168,203). Sum of RGB (Red+Green+Blue) = 171+168+203=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8CB is #545734. Grayscale: #ACACAC. Windows color (decimal): -5527349 or 13346987. OLE color: 13346987.

HSL color Cylindrical-coordinate representation of color #ABA8CB: hue angle of 245.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA8CB is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 168 203 -
CMYK 0.16 0.17 0 0.20
HSL 245.14º 0.25% 0.73% -
HSV(B) 245.14º 0.17% 0.8% -
XYZ 41.58 40.97 62.22 -
YUV 172.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 171 168 203 0.16 0.17 0 0.20 245.14 0.25 0.73
Hex AB A8 CB 10 11 0 14 F5 19 49
Octal 253 250 313 20 21 0 24 365 31 111
Binary 10101011 10101000 11001011 10000 10001 0 10100 11110101 11001 1001001

Color Harmonies of #ABA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8CB

Black with #ABA8CB

Text Example


Text Example

White with #ABA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8CB; }

 p { color: rgb(171,168,203); }

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

background-color css

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

 a { background-color: rgb(171,168,203); }

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

border-color css

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

 span { border-color: rgb(171,168,203); }

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