Html Css Color HEX #A30BB9 Dark Violet

📋 copy color: '#A30BB9'

red 163 ◦ green 11 ◦ blue 185

#A30BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A30BB9

Tints of Dark Violet #A30BB9

RGB

 RED value IS 163 (64.06% from 255) = 45.4%

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 185 (72.66% from 255) = 51.53%

R = 45.4%
G = 3.06%
B = 51.53%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30BB9 (or 0xA30BB9) is known color: 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

RGB 163 11 185 -
CMYK 0.12 0.94 0 0.27
HSL 292.41º 0.89% 0.38% -
HSV(B) 292.41º 0.94% 0.73% -
XYZ 23.98 11.53 46.86 -
YUV 76.28 189.36 189.85 -
System Red Green Blue C M Y K H S L
Decimal 163 11 185 0.12 0.94 0 0.27 292.41 0.89 0.38
Hex A3 B B9 C 5E 0 1B 124 59 26
Octal 243 13 271 14 136 0 33 444 131 46
Binary 10100011 1011 10111001 1100 1011110 0 11011 100100100 1011001 100110

Color Harmonies of #A30BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BB9

Black with #A30BB9

Text Example


Text Example

White with #A30BB9

Text Example


Text Example

HTML Codes & Css Web 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>