#A995FA

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

Shades of Biloba Flower #A995FA

Tints of Biloba Flower #A995FA

Color information

#A995FA (or 0xA995FA) is unknown color: approx Biloba Flower. HEX triplet: A9, 95 and FA. RGB value is (169,149,250). Sum of RGB (Red+Green+Blue) = 169+149+250=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #A995FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A995FA is #566A05. Grayscale: #A6A6A6. Windows color (decimal): -5663238 or 16422313. OLE color: 16422313.

HSL color Cylindrical-coordinate representation of color #A995FA: hue angle of 251.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A995FA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169149250-
CMYK0.320.4000.02
HSL251.88º90.99%78.24%-
HSV(B)251.88º40.4%98.04%-
XYZ44.3636.8395.21-
YUV166.49175.13129.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=29.75%
G=26.23%
B=44.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691492500.320.4000.02251.8890.9978.24
HexA995FA202802fc5b4e
Octal251225372405002374133116
Binary1010100110010101111110101000001010000101111110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A995FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A995FA; }

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

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

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

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

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

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

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

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