#A995DB

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

Shades of Biloba Flower #A995DB

Tints of Biloba Flower #A995DB

Color information

#A995DB (or 0xA995DB) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and DB. RGB value is (169,149,219). Sum of RGB (Red+Green+Blue) = 169+149+219=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A995DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DB is #566A24. Grayscale: #A2A2A2. Windows color (decimal): -5663269 or 14390697. OLE color: 14390697.

HSL color Cylindrical-coordinate representation of color #A995DB: hue angle of 257.14º degrees, saturation: 0.49, 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 #A995DB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169149219-
CMYK0.230.3200.14
HSL257.14º49.3%72.16%-
HSV(B)257.14º31.96%85.88%-
XYZ39.935.0471.68-
YUV162.96159.63132.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=31.47%
G=27.75%
B=40.78%

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
Decimal1691492190.230.3200.14257.1449.372.16
HexA995DB17200E1013148
Octal251225333274001640161110
Binary10101001100101011101101110111100000011101000000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995DB; }

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

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

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

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

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

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

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

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