Html Css Color HEX #A30DCA Dark Violet

📋 copy color: '#A30DCA'

red 163 ◦ green 13 ◦ blue 202

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

Shades of Dark Violet #A30DCA

Tints of Dark Violet #A30DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.44%

 BLUE value IS 202 (79.3% from 255) = 53.44%

R = 43.12%
G = 3.44%
B = 53.44%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A30DCA (or 0xA30DCA) is known color: Dark Violet. HEX triplet: A3, 0D and CA. RGB value is (163,13,202). Sum of RGB (Red+Green+Blue) = 163+13+202=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #A30DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DCA is #5CF235. Grayscale: #4E4E4E. Windows color (decimal): -6091318 or 13241763. OLE color: 13241763.

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

Color convert

RGB 163 13 202 -
CMYK 0.19 0.94 0 0.21
HSL 287.62º 0.88% 0.42% -
HSV(B) 287.62º 0.94% 0.79% -
XYZ 25.91 12.34 56.89 -
YUV 79.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 163 13 202 0.19 0.94 0 0.21 287.62 0.88 0.42
Hex A3 D CA 13 5E 0 15 120 58 2A
Octal 243 15 312 23 136 0 25 440 130 52
Binary 10100011 1101 11001010 10011 1011110 0 10101 100100000 1011000 101010

Color Harmonies of #A30DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DCA

Black with #A30DCA

Text Example


Text Example

White with #A30DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DCA; }

 p { color: rgb(163,13,202); }

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

background-color css

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

 a { background-color: rgb(163,13,202); }

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

border-color css

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

 span { border-color: rgb(163,13,202); }

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