#A997FD

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

Shades of Biloba Flower #A997FD

Tints of Biloba Flower #A997FD

Color information

#A997FD (or 0xA997FD) is unknown color: approx Biloba Flower. HEX triplet: A9, 97 and FD. RGB value is (169,151,253). Sum of RGB (Red+Green+Blue) = 169+151+253=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #A997FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997FD is #566802. Grayscale: #A7A7A7. Windows color (decimal): -5662723 or 16619433. OLE color: 16619433.

HSL color Cylindrical-coordinate representation of color #A997FD: hue angle of 250.59º 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 #A997FD is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169151253-
CMYK0.330.4000.01
HSL250.59º96.23%79.22%-
HSV(B)250.59º40.32%99.22%-
XYZ45.1637.6697.82-
YUV168.01175.96128.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=29.49%
G=26.35%
B=44.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691512530.330.4000.01250.5996.2379.22
HexA997FD212801fb604f
Octal251227375415001373140117
Binary101010011001011111111101100001101000011111101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A997FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A997FD; }

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

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

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

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

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

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

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

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