Html Css Color HEX #A30DCE Dark Violet

📋 copy color: '#A30DCE'

red 163 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #A30DCE

Tints of Dark Violet #A30DCE

RGB

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

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

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

R = 42.67%
G = 3.4%
B = 53.93%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A30DCE (or 0xA30DCE) is known color: Dark Violet. HEX triplet: A3, 0D and CE. RGB value is (163,13,206). Sum of RGB (Red+Green+Blue) = 163+13+206=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #A30DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DCE is #5CF231. Grayscale: #4F4F4F. Windows color (decimal): -6091314 or 13503907. OLE color: 13503907.

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

Color convert

RGB 163 13 206 -
CMYK 0.21 0.94 0 0.19
HSL 286.63º 0.88% 0.43% -
HSV(B) 286.63º 0.94% 0.81% -
XYZ 26.39 12.53 59.42 -
YUV 79.85 199.2 187.31 -
System Red Green Blue C M Y K H S L
Decimal 163 13 206 0.21 0.94 0 0.19 286.63 0.88 0.43
Hex A3 D CE 15 5E 0 13 11F 58 2B
Octal 243 15 316 25 136 0 23 437 130 53
Binary 10100011 1101 11001110 10101 1011110 0 10011 100011111 1011000 101011

Color Harmonies of #A30DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DCE

Black with #A30DCE

Text Example


Text Example

White with #A30DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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