#A695EB

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

Shades of Biloba Flower #A695EB

Tints of Biloba Flower #A695EB

Color information

#A695EB (or 0xA695EB) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and EB. RGB value is (166,149,235). Sum of RGB (Red+Green+Blue) = 166+149+235=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #A695EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695EB is #596A14. Grayscale: #A3A3A3. Windows color (decimal): -5859861 or 15439270. OLE color: 15439270.

HSL color Cylindrical-coordinate representation of color #A695EB: hue angle of 251.86º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A695EB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166149235-
CMYK0.290.3700.08
HSL251.86º68.25%75.29%-
HSV(B)251.86º36.6%92.16%-
XYZ41.4735.683.28-
YUV163.89168.13129.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=30.18%
G=27.09%
B=42.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661492350.290.3700.08251.8668.2575.29
HexA695EB1D2508fc444b
Octal2462253533545010374104113
Binary10100110100101011110101111101100101010001111110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695EB; }

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

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

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

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

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

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

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

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