#A991ED

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

Shades of Biloba Flower #A991ED

Tints of Biloba Flower #A991ED

Color information

#A991ED (or 0xA991ED) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and ED. RGB value is (169,145,237). Sum of RGB (Red+Green+Blue) = 169+145+237=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #A991ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991ED is #566E12. Grayscale: #A2A2A2. Windows color (decimal): -5664275 or 15569321. OLE color: 15569321.

HSL color Cylindrical-coordinate representation of color #A991ED: hue angle of 255.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A991ED is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169145237-
CMYK0.290.3900.07
HSL255.65º71.88%74.9%-
HSV(B)255.65º38.82%92.94%-
XYZ41.7734.884.64-
YUV162.66169.95132.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=30.67%
G=26.32%
B=43.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691452370.290.3900.07255.6571.8874.9
HexA991ED1D2707100484b
Octal251221355354707400110113
Binary10101001100100011110110111101100111011110000000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991ED; }

 p { color: rgb(169,145,237); }

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

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

 a { background-color: rgb(169,145,237); }

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

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

 span { border-color: rgb(169,145,237); }

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