Html Css Color HEX #A30ACE Dark Violet

📋 copy color: '#A30ACE'

red 163 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #A30ACE

Tints of Dark Violet #A30ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 43.01%
G = 2.64%
B = 54.35%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A30ACE (or 0xA30ACE) is known color: Dark Violet. HEX triplet: A3, 0A and CE. RGB value is (163,10,206). Sum of RGB (Red+Green+Blue) = 163+10+206=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #A30ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ACE is #5CF531. Grayscale: #4D4D4D. Windows color (decimal): -6092082 or 13503139. OLE color: 13503139.

HSL color Cylindrical-coordinate representation of color #A30ACE: hue angle of 286.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ACE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 10 206 -
CMYK 0.21 0.95 0 0.19
HSL 286.84º 0.91% 0.42% -
HSV(B) 286.84º 0.95% 0.81% -
XYZ 26.35 12.46 59.41 -
YUV 78.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 163 10 206 0.21 0.95 0 0.19 286.84 0.91 0.42
Hex A3 A CE 15 5F 0 13 11F 5B 2A
Octal 243 12 316 25 137 0 23 437 133 52
Binary 10100011 1010 11001110 10101 1011111 0 10011 100011111 1011011 101010

Color Harmonies of #A30ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ACE

Black with #A30ACE

Text Example


Text Example

White with #A30ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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