#A697FD

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

Shades of Biloba Flower #A697FD

Tints of Biloba Flower #A697FD

Color information

#A697FD (or 0xA697FD) is unknown color: approx Biloba Flower. HEX triplet: A6, 97 and FD. RGB value is (166,151,253). Sum of RGB (Red+Green+Blue) = 166+151+253=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #A697FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697FD is #596802. Grayscale: #A6A6A6. Windows color (decimal): -5859331 or 16619430. OLE color: 16619430.

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

Color convert

RGB166151253-
CMYK0.340.4000.01
HSL248.82º96.23%79.22%-
HSV(B)248.82º40.32%99.22%-
XYZ44.5237.3397.79-
YUV167.11176.47127.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.12%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=29.12%
G=26.49%
B=44.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661512530.340.4000.01248.8296.2379.22
HexA697FD222801f9604f
Octal246227375425001371140117
Binary101001101001011111111101100010101000011111100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A697FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A697FD; }

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

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

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

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

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

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

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

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