#A695DC

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

Shades of Biloba Flower #A695DC

Tints of Biloba Flower #A695DC

Color information

#A695DC (or 0xA695DC) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and DC. RGB value is (166,149,220). Sum of RGB (Red+Green+Blue) = 166+149+220=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A695DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695DC is #596A23. Grayscale: #A1A1A1. Windows color (decimal): -5859876 or 14456230. OLE color: 14456230.

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

Color convert

RGB166149220-
CMYK0.250.3200.14
HSL254.37º50.35%72.35%-
HSV(B)254.37º32.27%86.27%-
XYZ39.3934.7772.35-
YUV162.18160.63130.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=31.03%
G=27.85%
B=41.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661492200.250.3200.14254.3750.3572.35
HexA695DC19200Efe3248
Octal246225334314001637662110
Binary1010011010010101110111001100110000001110111111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695DC; }

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

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

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

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

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

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

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

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