#A695FD

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

Shades of Biloba Flower #A695FD

Tints of Biloba Flower #A695FD

Color information

#A695FD (or 0xA695FD) is unknown color: approx Biloba Flower. HEX triplet: A6, 95 and FD. RGB value is (166,149,253). Sum of RGB (Red+Green+Blue) = 166+149+253=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #A695FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A695FD is #596A02. Grayscale: #A5A5A5. Windows color (decimal): -5859843 or 16618918. OLE color: 16618918.

HSL color Cylindrical-coordinate representation of color #A695FD: hue angle of 249.81º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A695FD is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166149253-
CMYK0.340.4100.01
HSL249.81º96.3%78.82%-
HSV(B)249.81º41.11%99.22%-
XYZ44.236.6997.68-
YUV165.94177.13128.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.23%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=29.23%
G=26.23%
B=44.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661492530.340.4100.01249.8196.378.82
HexA695FD222901fa604f
Octal246225375425101372140117
Binary101001101001010111111101100010101001011111101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A695FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A695FD; }

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

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

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

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

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

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

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

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