#A995FC

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

Shades of Biloba Flower #A995FC

Tints of Biloba Flower #A995FC

Color information

#A995FC (or 0xA995FC) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and FC. RGB value is (169,149,252). Sum of RGB (Red+Green+Blue) = 169+149+252=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #A995FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995FC is #566A03. Grayscale: #A6A6A6. Windows color (decimal): -5663236 or 16553385. OLE color: 16553385.

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

Color convert

RGB169149252-
CMYK0.330.4100.01
HSL251.65º94.5%78.63%-
HSV(B)251.65º40.87%98.82%-
XYZ44.6836.9696.87-
YUV166.72176.13129.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=29.65%
G=26.14%
B=44.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691492520.330.4100.01251.6594.578.63
HexA995FC212901fc5e4f
Octal251225374415101374136117
Binary101010011001010111111100100001101001011111110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995FC; }

 p { color: rgb(169,149,252); }

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

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

 a { background-color: rgb(169,149,252); }

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

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

 span { border-color: rgb(169,149,252); }

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