Html Css Color HEX #A30DD6 Dark Violet

📋 copy color: '#A30DD6'

red 163 ◦ green 13 ◦ blue 214

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

Shades of Dark Violet #A30DD6

Tints of Dark Violet #A30DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.87%

R = 41.79%
G = 3.33%
B = 54.87%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A30DD6 (or 0xA30DD6) is known color: Dark Violet. HEX triplet: A3, 0D and D6. RGB value is (163,13,214). Sum of RGB (Red+Green+Blue) = 163+13+214=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #A30DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DD6 is #5CF229. Grayscale: #505050. Windows color (decimal): -6091306 or 14028195. OLE color: 14028195.

HSL color Cylindrical-coordinate representation of color #A30DD6: hue angle of 284.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30DD6 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 13 214 -
CMYK 0.24 0.94 0 0.16
HSL 284.78º 0.89% 0.45% -
HSV(B) 284.78º 0.94% 0.84% -
XYZ 27.39 12.93 64.67 -
YUV 80.76 203.2 186.66 -
System Red Green Blue C M Y K H S L
Decimal 163 13 214 0.24 0.94 0 0.16 284.78 0.89 0.45
Hex A3 D D6 18 5E 0 10 11D 59 2D
Octal 243 15 326 30 136 0 20 435 131 55
Binary 10100011 1101 11010110 11000 1011110 0 10000 100011101 1011001 101101

Color Harmonies of #A30DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30DD6

Black with #A30DD6

Text Example


Text Example

White with #A30DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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