Html Css Color HEX #ABA2CB Wistful

📋 copy color: '#ABA2CB'

red 171 ◦ green 162 ◦ blue 203

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

Shades of Wistful #ABA2CB

Tints of Wistful #ABA2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.22%

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

R = 31.9%
G = 30.22%
B = 37.87%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABA2CB (or 0xABA2CB) is known color: Wistful. HEX triplet: AB, A2 and CB. RGB value is (171,162,203). Sum of RGB (Red+Green+Blue) = 171+162+203=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABA2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2CB is #545D34. Grayscale: #A9A9A9. Windows color (decimal): -5528885 or 13345451. OLE color: 13345451.

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

Color convert

RGB 171 162 203 -
CMYK 0.16 0.20 0 0.20
HSL 253.17º 0.28% 0.72% -
HSV(B) 253.17º 0.2% 0.8% -
XYZ 40.49 38.81 61.86 -
YUV 169.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 171 162 203 0.16 0.20 0 0.20 253.17 0.28 0.72
Hex AB A2 CB 10 14 0 14 FD 1C 48
Octal 253 242 313 20 24 0 24 375 34 110
Binary 10101011 10100010 11001011 10000 10100 0 10100 11111101 11100 1001000

Color Harmonies of #ABA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2CB

Black with #ABA2CB

Text Example


Text Example

White with #ABA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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