#A992EE

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

Shades of Biloba Flower #A992EE

Tints of Biloba Flower #A992EE

Color information

#A992EE (or 0xA992EE) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and EE. RGB value is (169,146,238). Sum of RGB (Red+Green+Blue) = 169+146+238=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A992EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992EE is #566D11. Grayscale: #A3A3A3. Windows color (decimal): -5664018 or 15635113. OLE color: 15635113.

HSL color Cylindrical-coordinate representation of color #A992EE: hue angle of 255º degrees, saturation: 0.73, 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 #A992EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169146238-
CMYK0.290.3900.07
HSL255º73.02%75.29%-
HSV(B)255º38.66%93.33%-
XYZ42.0735.1785.46-
YUV163.36170.12132.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=30.56%
G=26.40%
B=43.04%

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
Decimal1691462380.290.3900.0725573.0275.29
HexA992EE1D2707ff494b
Octal251222356354707377111113
Binary1010100110010010111011101110110011101111111111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992EE; }

 p { color: rgb(169,146,238); }

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

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

 a { background-color: rgb(169,146,238); }

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

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

 span { border-color: rgb(169,146,238); }

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