Html Css Color HEX #A30DCD Dark Violet

📋 copy color: '#A30DCD'

red 163 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #A30DCD

Tints of Dark Violet #A30DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 42.78%
G = 3.41%
B = 53.81%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A30DCD (or 0xA30DCD) is known color: Dark Violet. HEX triplet: A3, 0D and CD. RGB value is (163,13,205). Sum of RGB (Red+Green+Blue) = 163+13+205=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #A30DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DCD is #5CF232. Grayscale: #4F4F4F. Windows color (decimal): -6091315 or 13438371. OLE color: 13438371.

HSL color Cylindrical-coordinate representation of color #A30DCD: hue angle of 286.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DCD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 13 205 -
CMYK 0.20 0.94 0 0.20
HSL 286.88º 0.88% 0.43% -
HSV(B) 286.88º 0.94% 0.8% -
XYZ 26.27 12.48 58.78 -
YUV 79.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 163 13 205 0.20 0.94 0 0.20 286.88 0.88 0.43
Hex A3 D CD 14 5E 0 14 11F 58 2B
Octal 243 15 315 24 136 0 24 437 130 53
Binary 10100011 1101 11001101 10100 1011110 0 10100 100011111 1011000 101011

Color Harmonies of #A30DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DCD

Black with #A30DCD

Text Example


Text Example

White with #A30DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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