#A992D5

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

Shades of Biloba Flower #A992D5

Tints of Biloba Flower #A992D5

Color information

#A992D5 (or 0xA992D5) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and D5. RGB value is (169,146,213). Sum of RGB (Red+Green+Blue) = 169+146+213=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #A992D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992D5 is #566D2A. Grayscale: #A0A0A0. Windows color (decimal): -5664043 or 13996713. OLE color: 13996713.

HSL color Cylindrical-coordinate representation of color #A992D5: hue angle of 260.6º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A992D5 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169146213-
CMYK0.210.3100.16
HSL260.6º44.37%70.39%-
HSV(B)260.6º31.46%83.53%-
XYZ38.6533.867.44-
YUV160.52157.62134.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=32.01%
G=27.65%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691462130.210.3100.16260.644.3770.39
HexA992D5151F0101052c46
Octal251222325253702040554106
Binary10101001100100101101010110101111110100001000001011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992D5; }

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

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

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

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

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

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

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

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