#a992ff

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

Shades of Biloba Flower #A992FF

Tints of Biloba Flower #A992FF

Color information

#A992FF (or 0xA992FF) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and FF. RGB value is (169,146,255). Sum of RGB (Red+Green+Blue) = 169+146+255=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A992FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992FF is #566D00. Grayscale: #A4A4A4. Windows color (decimal): -5664001 or 16749225. OLE color: 16749225.

HSL color Cylindrical-coordinate representation of color #A992FF: hue angle of 252.66º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A992FF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169146255-
CMYK0.340.4300
HSL252.66º100%78.63%-
HSV(B)252.66º42.75%100%-
XYZ44.6936.2199.24-
YUV165.3178.62130.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 146 (57.42% from 255) = 25.61%
BLUE value IS 255 (100% from 255) = 44.74%
R=29.65%
G=25.61%
B=44.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1691462550.340.4300252.6610078.63
HexA992FF222B00fd644f
Octal251222377425300375144117
Binary101010011001001011111111100010101011001111110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a992ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a992ff; }

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

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

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

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

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

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

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

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