#A30CBD

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

Shades of Dark Violet #A30CBD

Tints of Dark Violet #A30CBD

Color information

#A30CBD (or 0xA30CBD) is unknown color: approx Dark Violet. HEX triplet: A3, 0C and BD. RGB value is (163,12,189). Sum of RGB (Red+Green+Blue) = 163+12+189=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #A30CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CBD is #5CF342. Grayscale: #4C4C4C. Windows color (decimal): -6091587 or 12389539. OLE color: 12389539.

HSL color Cylindrical-coordinate representation of color #A30CBD: hue angle of 291.19º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CBD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16312189-
CMYK0.140.9400.26
HSL291.19º88.06%39.41%-
HSV(B)291.19º93.65%74.12%-
XYZ24.4211.7249.12-
YUV77.33191.03189.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 12 (5.08% from 255) = 3.30%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=44.78%
G=3.30%
B=51.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163121890.140.9400.26291.1988.0639.41
HexA3CBDE5E01A1235827
Octal243142751613603244313047
Binary10100011110010111101111010111100110101001000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30CBD; }

 p { color: rgb(163,12,189); }

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

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

 a { background-color: rgb(163,12,189); }

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

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

 span { border-color: rgb(163,12,189); }

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