#ABA1CA

Color #ABA1CA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #ABA1CA

Tints of Biloba Flower #ABA1CA

Color information

#ABA1CA (or 0xABA1CA) is unknown color: approx Biloba Flower. HEX triplet: AB, A1 and CA. RGB value is (171,161,202). Sum of RGB (Red+Green+Blue) = 171+161+202=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1CA is #545E35. Grayscale: #A8A8A8. Windows color (decimal): -5529142 or 13279659. OLE color: 13279659.

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

Color convert

RGB171161202-
CMYK0.150.2000.21
HSL254.63º27.89%71.18%-
HSV(B)254.63º20.3%79.22%-
XYZ40.238.4161.17-
YUV168.66146.81129.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=32.02%
G=30.15%
B=37.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711612020.150.2000.21254.6327.8971.18
HexABA1CAF14015ff1c47
Octal253241312172402537734107
Binary10101011101000011100101011111010001010111111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1CA; }

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

 H1.HeaderClassName
 {
   color: #ABA1CA;
 }
 .AnyTagClassName
 {
   color: #ABA1CA;
 }
</style>
background-color css

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

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

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

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

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

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