Html Css Color HEX #ABA0CB Biloba Flower

📋 copy color: '#ABA0CB'

red 171 ◦ green 160 ◦ blue 203

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

Shades of Biloba Flower #ABA0CB

Tints of Biloba Flower #ABA0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.96%

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

R = 32.02%
G = 29.96%
B = 38.01%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABA0CB (or 0xABA0CB) is known color: Biloba Flower. HEX triplet: AB, A0 and CB. RGB value is (171,160,203). Sum of RGB (Red+Green+Blue) = 171+160+203=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0CB is #545F34. Grayscale: #A8A8A8. Windows color (decimal): -5529397 or 13344939. OLE color: 13344939.

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

Color convert

RGB 171 160 203 -
CMYK 0.16 0.21 0 0.20
HSL 255.35º 0.29% 0.71% -
HSV(B) 255.35º 0.21% 0.8% -
XYZ 40.14 38.11 61.74 -
YUV 168.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 171 160 203 0.16 0.21 0 0.20 255.35 0.29 0.71
Hex AB A0 CB 10 15 0 14 FF 1D 47
Octal 253 240 313 20 25 0 24 377 35 107
Binary 10101011 10100000 11001011 10000 10101 0 10100 11111111 11101 1000111

Color Harmonies of #ABA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0CB

Black with #ABA0CB

Text Example


Text Example

White with #ABA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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