#A696CD

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

Shades of Biloba Flower #A696CD

Tints of Biloba Flower #A696CD

Color information

#A696CD (or 0xA696CD) is unknown color: approx Biloba Flower. HEX triplet: A6, 96 and CD. RGB value is (166,150,205). Sum of RGB (Red+Green+Blue) = 166+150+205=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #A696CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696CD is #596932. Grayscale: #A0A0A0. Windows color (decimal): -5859635 or 13473446. OLE color: 13473446.

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

Color convert

RGB166150205-
CMYK0.190.2700.20
HSL257.45º35.48%69.61%-
HSV(B)257.45º26.83%80.39%-
XYZ37.6534.3362.4-
YUV161.05152.8131.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=31.86%
G=28.79%
B=39.35%

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
Decimal1661502050.190.2700.20257.4535.4869.61
HexA696CD131B0141012346
Octal246226315233302440143106
Binary10100110100101101100110110011110110101001000000011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A696CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A696CD; }

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

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

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

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

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

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

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

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