#A695CD

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

Shades of Biloba Flower #A695CD

Tints of Biloba Flower #A695CD

Color information

#A695CD (or 0xA695CD) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and CD. RGB value is (166,149,205). Sum of RGB (Red+Green+Blue) = 166+149+205=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A695CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695CD is #596A32. Grayscale: #A0A0A0. Windows color (decimal): -5859891 or 13473190. OLE color: 13473190.

HSL color Cylindrical-coordinate representation of color #A695CD: hue angle of 258.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A695CD is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166149205-
CMYK0.190.2700.20
HSL258.21º35.9%69.41%-
HSV(B)258.21º27.32%80.39%-
XYZ37.4934.0162.35-
YUV160.47153.13131.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=31.92%
G=28.65%
B=39.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661492050.190.2700.20258.2135.969.41
HexA695CD131B0141022445
Octal246225315233302440244105
Binary10100110100101011100110110011110110101001000000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695CD; }

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

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

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

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

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

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

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

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