#A695D6

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

Shades of Biloba Flower #A695D6

Tints of Biloba Flower #A695D6

Color information

#A695D6 (or 0xA695D6) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and D6. RGB value is (166,149,214). Sum of RGB (Red+Green+Blue) = 166+149+214=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #A695D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A695D6 is #596A29. Grayscale: #A1A1A1. Windows color (decimal): -5859882 or 14063014. OLE color: 14063014.

HSL color Cylindrical-coordinate representation of color #A695D6: hue angle of 255.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A695D6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166149214-
CMYK0.220.3000.16
HSL255.69º44.22%71.18%-
HSV(B)255.69º30.37%83.92%-
XYZ38.6134.4668.23-
YUV161.49157.63131.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=31.38%
G=28.17%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661492140.220.3000.16255.6944.2271.18
HexA695D6161E0101002c47
Octal246225326263602040054107
Binary10100110100101011101011010110111100100001000000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695D6; }

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

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

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

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

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

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

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

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