Html Css Color HEX #A30EBA Dark Violet

📋 copy color: '#A30EBA'

red 163 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #A30EBA

Tints of Dark Violet #A30EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 44.9%
G = 3.86%
B = 51.24%

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

#A30EBA (or 0xA30EBA) is known color: Dark Violet. HEX triplet: A3, 0E and BA. RGB value is (163,14,186). Sum of RGB (Red+Green+Blue) = 163+14+186=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EBA is #5CF145. Grayscale: #4D4D4D. Windows color (decimal): -6091078 or 12193443. OLE color: 12193443.

HSL color Cylindrical-coordinate representation of color #A30EBA: hue angle of 291.98º 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 #A30EBA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 14 186 -
CMYK 0.12 0.92 0 0.27
HSL 291.98º 0.86% 0.39% -
HSV(B) 291.98º 0.92% 0.73% -
XYZ 24.12 11.65 47.43 -
YUV 78.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 163 14 186 0.12 0.92 0 0.27 291.98 0.86 0.39
Hex A3 E BA C 5C 0 1B 124 56 27
Octal 243 16 272 14 134 0 33 444 126 47
Binary 10100011 1110 10111010 1100 1011100 0 11011 100100100 1010110 100111

Color Harmonies of #A30EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EBA

Black with #A30EBA

Text Example


Text Example

White with #A30EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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