Html Css Color HEX #A30DE3 Dark Violet

📋 copy color: '#A30DE3'

red 163 ◦ green 13 ◦ blue 227

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

Shades of Dark Violet #A30DE3

Tints of Dark Violet #A30DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 56.33%

R = 40.45%
G = 3.23%
B = 56.33%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A30DE3 (or 0xA30DE3) is known color: Dark Violet. HEX triplet: A3, 0D and E3. RGB value is (163,13,227). Sum of RGB (Red+Green+Blue) = 163+13+227=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #A30DE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DE3 is #5CF21C. Grayscale: #515151. Windows color (decimal): -6091293 or 14880163. OLE color: 14880163.

HSL color Cylindrical-coordinate representation of color #A30DE3: hue angle of 282.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DE3 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 13 227 -
CMYK 0.28 0.94 0 0.11
HSL 282.06º 0.89% 0.47% -
HSV(B) 282.06º 0.94% 0.89% -
XYZ 29.11 13.62 73.77 -
YUV 82.25 209.7 185.6 -
System Red Green Blue C M Y K H S L
Decimal 163 13 227 0.28 0.94 0 0.11 282.06 0.89 0.47
Hex A3 D E3 1C 5E 0 B 11A 59 2F
Octal 243 15 343 34 136 0 13 432 131 57
Binary 10100011 1101 11100011 11100 1011110 0 1011 100011010 1011001 101111

Color Harmonies of #A30DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DE3

Black with #A30DE3

Text Example


Text Example

White with #A30DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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