Html Css Color HEX #ABA3CB Wistful

📋 copy color: '#ABA3CB'

red 171 ◦ green 163 ◦ blue 203

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

Shades of Wistful #ABA3CB

Tints of Wistful #ABA3CB

RGB

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

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

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

R = 31.84%
G = 30.35%
B = 37.8%

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

#ABA3CB (or 0xABA3CB) is known color: Wistful. HEX triplet: AB, A3 and CB. RGB value is (171,163,203). Sum of RGB (Red+Green+Blue) = 171+163+203=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3CB is #545C34. Grayscale: #A9A9A9. Windows color (decimal): -5528629 or 13345707. OLE color: 13345707.

HSL color Cylindrical-coordinate representation of color #ABA3CB: hue angle of 252º 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 #ABA3CB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 163 203 -
CMYK 0.16 0.20 0 0.20
HSL 252º 0.28% 0.72% -
HSV(B) 252º 0.2% 0.8% -
XYZ 40.67 39.16 61.92 -
YUV 169.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 171 163 203 0.16 0.20 0 0.20 252 0.28 0.72
Hex AB A3 CB 10 14 0 14 FC 1C 48
Octal 253 243 313 20 24 0 24 374 34 110
Binary 10101011 10100011 11001011 10000 10100 0 10100 11111100 11100 1001000

Color Harmonies of #ABA3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA3CB

Black with #ABA3CB

Text Example


Text Example

White with #ABA3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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