Html Css Color HEX #A30ACC Dark Violet

📋 copy color: '#A30ACC'

red 163 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #A30ACC

Tints of Dark Violet #A30ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 43.24%
G = 2.65%
B = 54.11%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A30ACC (or 0xA30ACC) is known color: Dark Violet. HEX triplet: A3, 0A and CC. RGB value is (163,10,204). Sum of RGB (Red+Green+Blue) = 163+10+204=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #A30ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ACC is #5CF533. Grayscale: #4D4D4D. Windows color (decimal): -6092084 or 13372067. OLE color: 13372067.

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

Color convert

RGB 163 10 204 -
CMYK 0.20 0.95 0 0.2
HSL 287.32º 0.91% 0.42% -
HSV(B) 287.32º 0.95% 0.8% -
XYZ 26.11 12.36 58.14 -
YUV 77.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 163 10 204 0.20 0.95 0 0.2 287.32 0.91 0.42
Hex A3 A CC 14 5F 0 14 11F 5B 2A
Octal 243 12 314 24 137 0 24 437 133 52
Binary 10100011 1010 11001100 10100 1011111 0 10100 100011111 1011011 101010

Color Harmonies of #A30ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ACC

Black with #A30ACC

Text Example


Text Example

White with #A30ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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