#A995CA

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

Shades of Biloba Flower #A995CA

Tints of Biloba Flower #A995CA

Color information

#A995CA (or 0xA995CA) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and CA. RGB value is (169,149,202). Sum of RGB (Red+Green+Blue) = 169+149+202=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #A995CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995CA is #566A35. Grayscale: #A0A0A0. Windows color (decimal): -5663286 or 13276585. OLE color: 13276585.

HSL color Cylindrical-coordinate representation of color #A995CA: hue angle of 262.64º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A995CA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169149202-
CMYK0.160.2600.21
HSL262.64º33.33%68.82%-
HSV(B)262.64º26.24%79.22%-
XYZ37.7734.1960.49-
YUV161.02151.13133.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=32.5%
G=28.65%
B=38.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691492020.160.2600.21262.6433.3368.82
HexA995CA101A0151072145
Octal251225312203202540741105
Binary10101001100101011100101010000110100101011000001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995CA; }

 p { color: rgb(169,149,202); }

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

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

 a { background-color: rgb(169,149,202); }

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

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

 span { border-color: rgb(169,149,202); }

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