Html Css Color HEX #A30EB9 Dark Violet

📋 copy color: '#A30EB9'

red 163 ◦ green 14 ◦ blue 185

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

Shades of Dark Violet #A30EB9

Tints of Dark Violet #A30EB9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

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

R = 45.03%
G = 3.87%
B = 51.1%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30EB9 (or 0xA30EB9) is known color: Dark Violet. HEX triplet: A3, 0E and B9. RGB value is (163,14,185). Sum of RGB (Red+Green+Blue) = 163+14+185=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #A30EB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EB9 is #5CF146. Grayscale: #4D4D4D. Windows color (decimal): -6091079 or 12127907. OLE color: 12127907.

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

Color convert

RGB 163 14 185 -
CMYK 0.12 0.92 0 0.27
HSL 292.28º 0.86% 0.39% -
HSV(B) 292.28º 0.92% 0.73% -
XYZ 24.02 11.6 46.87 -
YUV 78.05 188.36 188.6 -
System Red Green Blue C M Y K H S L
Decimal 163 14 185 0.12 0.92 0 0.27 292.28 0.86 0.39
Hex A3 E B9 C 5C 0 1B 124 56 27
Octal 243 16 271 14 134 0 33 444 126 47
Binary 10100011 1110 10111001 1100 1011100 0 11011 100100100 1010110 100111

Color Harmonies of #A30EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EB9

Black with #A30EB9

Text Example


Text Example

White with #A30EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EB9; }

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

 H1.HeaderClassName
 {
   color: #A30EB9;
 }
 .AnyTagClassName
 {
   color: #A30EB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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