Html Css Color HEX #A30AD6 Dark Violet

📋 copy color: '#A30AD6'

red 163 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #A30AD6

Tints of Dark Violet #A30AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 42.12%
G = 2.58%
B = 55.3%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A30AD6 (or 0xA30AD6) is known color: Dark Violet. HEX triplet: A3, 0A and D6. RGB value is (163,10,214). Sum of RGB (Red+Green+Blue) = 163+10+214=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #A30AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30AD6 is #5CF529. Grayscale: #4E4E4E. Windows color (decimal): -6092074 or 14027427. OLE color: 14027427.

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

Color convert

RGB 163 10 214 -
CMYK 0.24 0.95 0 0.16
HSL 285º 0.91% 0.44% -
HSV(B) 285º 0.95% 0.84% -
XYZ 27.35 12.86 64.66 -
YUV 79 204.19 187.91 -
System Red Green Blue C M Y K H S L
Decimal 163 10 214 0.24 0.95 0 0.16 285 0.91 0.44
Hex A3 A D6 18 5F 0 10 11D 5B 2C
Octal 243 12 326 30 137 0 20 435 133 54
Binary 10100011 1010 11010110 11000 1011111 0 10000 100011101 1011011 101100

Color Harmonies of #A30AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AD6

Black with #A30AD6

Text Example


Text Example

White with #A30AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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