Html Css Color HEX #A30ABA Dark Violet

📋 copy color: '#A30ABA'

red 163 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #A30ABA

Tints of Dark Violet #A30ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

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

R = 45.4%
G = 2.79%
B = 51.81%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30ABA (or 0xA30ABA) is known color: Dark Violet. HEX triplet: A3, 0A and BA. RGB value is (163,10,186). Sum of RGB (Red+Green+Blue) = 163+10+186=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ABA is #5CF545. Grayscale: #4B4B4B. Windows color (decimal): -6092102 or 12192419. OLE color: 12192419.

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

Color convert

RGB 163 10 186 -
CMYK 0.12 0.95 0 0.27
HSL 292.16º 0.9% 0.38% -
HSV(B) 292.16º 0.95% 0.73% -
XYZ 24.08 11.55 47.41 -
YUV 75.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 163 10 186 0.12 0.95 0 0.27 292.16 0.9 0.38
Hex A3 A BA C 5F 0 1B 124 5A 26
Octal 243 12 272 14 137 0 33 444 132 46
Binary 10100011 1010 10111010 1100 1011111 0 11011 100100100 1011010 100110

Color Harmonies of #A30ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ABA

Black with #A30ABA

Text Example


Text Example

White with #A30ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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