#A695E7

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

Shades of Biloba Flower #A695E7

Tints of Biloba Flower #A695E7

Color information

#A695E7 (or 0xA695E7) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and E7. RGB value is (166,149,231). Sum of RGB (Red+Green+Blue) = 166+149+231=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #A695E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695E7 is #596A18. Grayscale: #A3A3A3. Windows color (decimal): -5859865 or 15177126. OLE color: 15177126.

HSL color Cylindrical-coordinate representation of color #A695E7: hue angle of 252.44º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A695E7 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166149231-
CMYK0.280.3500.09
HSL252.44º63.08%74.51%-
HSV(B)252.44º35.5%90.59%-
XYZ40.935.3780.27-
YUV163.43166.13129.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.40%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 231 (90.62% from 255) = 42.31%
R=30.40%
G=27.29%
B=42.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661492310.280.3500.09252.4463.0874.51
HexA695E71C2309fc3f4b
Octal246225347344301137477113
Binary1010011010010101111001111110010001101001111111001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695E7; }

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

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

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

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

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

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

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

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