#A30BB9

Color #A30BB9 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A30BB9

Tints of Dark Violet #A30BB9

Color information

#A30BB9 (or 0xA30BB9) is unknown color: approx Dark Violet. HEX triplet: A3, 0B and B9. RGB value is (163,11,185). Sum of RGB (Red+Green+Blue) = 163+11+185=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #A30BB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BB9 is #5CF446. Grayscale: #4B4B4B. Windows color (decimal): -6091847 or 12127139. OLE color: 12127139.

HSL color Cylindrical-coordinate representation of color #A30BB9: hue angle of 292.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BB9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16311185-
CMYK0.120.9400.27
HSL292.41º88.78%38.43%-
HSV(B)292.41º94.05%72.55%-
XYZ23.9811.5346.86-
YUV76.28189.36189.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 185 (72.66% from 255) = 51.53%
R=45.40%
G=3.06%
B=51.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163111850.120.9400.27292.4188.7838.43
HexA3BB9C5E01B1245926
Octal243132711413603344413146
Binary10100011101110111001110010111100110111001001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30BB9; }

 p { color: rgb(163,11,185); }

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

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

 a { background-color: rgb(163,11,185); }

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

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

 span { border-color: rgb(163,11,185); }

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