#A995DC

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

Shades of Biloba Flower #A995DC

Tints of Biloba Flower #A995DC

Color information

#A995DC (or 0xA995DC) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and DC. RGB value is (169,149,220). Sum of RGB (Red+Green+Blue) = 169+149+220=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A995DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DC is #566A23. Grayscale: #A2A2A2. Windows color (decimal): -5663268 or 14456233. OLE color: 14456233.

HSL color Cylindrical-coordinate representation of color #A995DC: hue angle of 256.9º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A995DC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169149220-
CMYK0.230.3200.14
HSL256.9º50.35%72.35%-
HSV(B)256.9º32.27%86.27%-
XYZ40.0335.172.37-
YUV163.07160.13132.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=31.41%
G=27.70%
B=40.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691492200.230.3200.14256.950.3572.35
HexA995DC17200E1013248
Octal251225334274001640162110
Binary10101001100101011101110010111100000011101000000011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995DC; }

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

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

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

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

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

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

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

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