Html Css Color HEX #A30ADE Dark Violet

📋 copy color: '#A30ADE'

red 163 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #A30ADE

Tints of Dark Violet #A30ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 41.27%
G = 2.53%
B = 56.2%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A30ADE (or 0xA30ADE) is known color: Dark Violet. HEX triplet: A3, 0A and DE. RGB value is (163,10,222). Sum of RGB (Red+Green+Blue) = 163+10+222=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #A30ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ADE is #5CF521. Grayscale: #4F4F4F. Windows color (decimal): -6092066 or 14551715. OLE color: 14551715.

HSL color Cylindrical-coordinate representation of color #A30ADE: hue angle of 283.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ADE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 10 222 -
CMYK 0.27 0.95 0 0.13
HSL 283.3º 0.91% 0.45% -
HSV(B) 283.3º 0.95% 0.87% -
XYZ 28.4 13.28 70.17 -
YUV 79.92 208.19 187.26 -
System Red Green Blue C M Y K H S L
Decimal 163 10 222 0.27 0.95 0 0.13 283.3 0.91 0.45
Hex A3 A DE 1B 5F 0 D 11B 5B 2D
Octal 243 12 336 33 137 0 15 433 133 55
Binary 10100011 1010 11011110 11011 1011111 0 1101 100011011 1011011 101101

Color Harmonies of #A30ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ADE

Black with #A30ADE

Text Example


Text Example

White with #A30ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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