#A995DA

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

Shades of Biloba Flower #A995DA

Tints of Biloba Flower #A995DA

Color information

#A995DA (or 0xA995DA) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and DA. RGB value is (169,149,218). Sum of RGB (Red+Green+Blue) = 169+149+218=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A995DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DA is #566A25. Grayscale: #A2A2A2. Windows color (decimal): -5663270 or 14325161. OLE color: 14325161.

HSL color Cylindrical-coordinate representation of color #A995DA: hue angle of 257.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A995DA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169149218-
CMYK0.220.3200.15
HSL257.39º48.25%71.96%-
HSV(B)257.39º31.65%85.49%-
XYZ39.7634.9970.99-
YUV162.85159.13132.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=31.53%
G=27.80%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691492180.220.3200.15257.3948.2571.96
HexA995DA16200F1013048
Octal251225332264001740160110
Binary10101001100101011101101010110100000011111000000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995DA; }

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

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

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

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

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

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

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

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