Html Css Color HEX #A30ABE Dark Violet

📋 copy color: '#A30ABE'

red 163 ◦ green 10 ◦ blue 190

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

Shades of Dark Violet #A30ABE

Tints of Dark Violet #A30ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 44.9%
G = 2.75%
B = 52.34%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A30ABE (or 0xA30ABE) is known color: Dark Violet. HEX triplet: A3, 0A and BE. RGB value is (163,10,190). Sum of RGB (Red+Green+Blue) = 163+10+190=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #A30ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ABE is #5CF541. Grayscale: #4B4B4B. Windows color (decimal): -6092098 or 12454563. OLE color: 12454563.

HSL color Cylindrical-coordinate representation of color #A30ABE: hue angle of 291º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ABE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 10 190 -
CMYK 0.14 0.95 0 0.25
HSL 291º 0.9% 0.39% -
HSV(B) 291º 0.95% 0.75% -
XYZ 24.51 11.72 49.69 -
YUV 76.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 163 10 190 0.14 0.95 0 0.25 291 0.9 0.39
Hex A3 A BE E 5F 0 19 123 5A 27
Octal 243 12 276 16 137 0 31 443 132 47
Binary 10100011 1010 10111110 1110 1011111 0 11001 100100011 1011010 100111

Color Harmonies of #A30ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ABE

Black with #A30ABE

Text Example


Text Example

White with #A30ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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