Html Css Color HEX #ABA0C9 Biloba Flower

📋 copy color: '#ABA0C9'

red 171 ◦ green 160 ◦ blue 201

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

Shades of Biloba Flower #ABA0C9

Tints of Biloba Flower #ABA0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.78%

R = 32.14%
G = 30.08%
B = 37.78%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABA0C9 (or 0xABA0C9) is known color: Biloba Flower. HEX triplet: AB, A0 and C9. RGB value is (171,160,201). Sum of RGB (Red+Green+Blue) = 171+160+201=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABA0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0C9 is #545F36. Grayscale: #A7A7A7. Windows color (decimal): -5529399 or 13213867. OLE color: 13213867.

HSL color Cylindrical-coordinate representation of color #ABA0C9: hue angle of 256.1º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA0C9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 160 201 -
CMYK 0.15 0.20 0 0.21
HSL 256.1º 0.28% 0.71% -
HSV(B) 256.1º 0.2% 0.79% -
XYZ 39.91 38.02 60.49 -
YUV 167.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 171 160 201 0.15 0.20 0 0.21 256.1 0.28 0.71
Hex AB A0 C9 F 14 0 15 100 1C 47
Octal 253 240 311 17 24 0 25 400 34 107
Binary 10101011 10100000 11001001 1111 10100 0 10101 100000000 11100 1000111

Color Harmonies of #ABA0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0C9

Black with #ABA0C9

Text Example


Text Example

White with #ABA0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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