#A695DB

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

Shades of Biloba Flower #A695DB

Tints of Biloba Flower #A695DB

Color information

#A695DB (or 0xA695DB) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and DB. RGB value is (166,149,219). Sum of RGB (Red+Green+Blue) = 166+149+219=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A695DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695DB is #596A24. Grayscale: #A1A1A1. Windows color (decimal): -5859877 or 14390694. OLE color: 14390694.

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

Color convert

RGB166149219-
CMYK0.240.3200.14
HSL254.57º49.3%72.16%-
HSV(B)254.57º31.96%85.88%-
XYZ39.2634.7271.65-
YUV162.06160.13130.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=31.09%
G=27.90%
B=41.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661492190.240.3200.14254.5749.372.16
HexA695DB18200Eff3148
Octal246225333304001637761110
Binary1010011010010101110110111100010000001110111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695DB; }

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

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

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

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

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

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

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

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