Html Css Color HEX #ABA1C9 Biloba Flower

📋 copy color: '#ABA1C9'

red 171 ◦ green 161 ◦ blue 201

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

Shades of Biloba Flower #ABA1C9

Tints of Biloba Flower #ABA1C9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.21%

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

R = 32.08%
G = 30.21%
B = 37.71%

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

#ABA1C9 (or 0xABA1C9) is known color: Biloba Flower. HEX triplet: AB, A1 and C9. RGB value is (171,161,201). Sum of RGB (Red+Green+Blue) = 171+161+201=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABA1C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1C9 is #545E36. Grayscale: #A8A8A8. Windows color (decimal): -5529143 or 13214123. OLE color: 13214123.

HSL color Cylindrical-coordinate representation of color #ABA1C9: hue angle of 255º degrees, saturation: 0.27, 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 #ABA1C9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 161 201 -
CMYK 0.15 0.20 0 0.21
HSL 255º 0.27% 0.71% -
HSV(B) 255º 0.2% 0.79% -
XYZ 40.08 38.36 60.55 -
YUV 168.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 171 161 201 0.15 0.20 0 0.21 255 0.27 0.71
Hex AB A1 C9 F 14 0 15 FF 1B 47
Octal 253 241 311 17 24 0 25 377 33 107
Binary 10101011 10100001 11001001 1111 10100 0 10101 11111111 11011 1000111

Color Harmonies of #ABA1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1C9

Black with #ABA1C9

Text Example


Text Example

White with #ABA1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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