Html Css Color HEX #A30DE5 Dark Violet

📋 copy color: '#A30DE5'

red 163 ◦ green 13 ◦ blue 229

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

Shades of Dark Violet #A30DE5

Tints of Dark Violet #A30DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.54%

R = 40.25%
G = 3.21%
B = 56.54%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A30DE5 (or 0xA30DE5) is known color: Dark Violet. HEX triplet: A3, 0D and E5. RGB value is (163,13,229). Sum of RGB (Red+Green+Blue) = 163+13+229=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #A30DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DE5 is #5CF21A. Grayscale: #515151. Windows color (decimal): -6091291 or 15011235. OLE color: 15011235.

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

Color convert

RGB 163 13 229 -
CMYK 0.29 0.94 0 0.10
HSL 281.67º 0.89% 0.47% -
HSV(B) 281.67º 0.94% 0.9% -
XYZ 29.39 13.73 75.23 -
YUV 82.47 210.7 185.44 -
System Red Green Blue C M Y K H S L
Decimal 163 13 229 0.29 0.94 0 0.10 281.67 0.89 0.47
Hex A3 D E5 1D 5E 0 A 11A 59 2F
Octal 243 15 345 35 136 0 12 432 131 57
Binary 10100011 1101 11100101 11101 1011110 0 1010 100011010 1011001 101111

Color Harmonies of #A30DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DE5

Black with #A30DE5

Text Example


Text Example

White with #A30DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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