#A392DD

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

Shades of Biloba Flower #A392DD

Tints of Biloba Flower #A392DD

Color information

#A392DD (or 0xA392DD) is unknown color: approx Biloba Flower. HEX triplet: A3, 92 and DD. RGB value is (163,146,221). Sum of RGB (Red+Green+Blue) = 163+146+221=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A392DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392DD is #5C6D22. Grayscale: #9F9F9F. Windows color (decimal): -6057251 or 14520995. OLE color: 14520995.

HSL color Cylindrical-coordinate representation of color #A392DD: hue angle of 253.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A392DD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163146221-
CMYK0.260.3400.13
HSL253.6º52.45%71.96%-
HSV(B)253.6º33.94%86.67%-
XYZ38.4333.5672.86-
YUV159.63162.63130.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=30.75%
G=27.55%
B=41.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631462210.260.3400.13253.652.4571.96
HexA392DD1A220Dfe3448
Octal243222335324201537664110
Binary1010001110010010110111011101010001001101111111101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392DD; }

 p { color: rgb(163,146,221); }

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

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

 a { background-color: rgb(163,146,221); }

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

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

 span { border-color: rgb(163,146,221); }

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