Html Css Color HEX #A30ADF Dark Violet

📋 copy color: '#A30ADF'

red 163 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #A30ADF

Tints of Dark Violet #A30ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 41.16%
G = 2.53%
B = 56.31%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A30ADF (or 0xA30ADF) is known color: Dark Violet. HEX triplet: A3, 0A and DF. RGB value is (163,10,223). Sum of RGB (Red+Green+Blue) = 163+10+223=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A30ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ADF is #5CF520. Grayscale: #4F4F4F. Windows color (decimal): -6092065 or 14617251. OLE color: 14617251.

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

Color convert

RGB 163 10 223 -
CMYK 0.27 0.96 0 0.13
HSL 283.1º 0.91% 0.46% -
HSV(B) 283.1º 0.96% 0.87% -
XYZ 28.53 13.33 70.88 -
YUV 80.03 208.69 187.18 -
System Red Green Blue C M Y K H S L
Decimal 163 10 223 0.27 0.96 0 0.13 283.1 0.91 0.46
Hex A3 A DF 1B 60 0 D 11B 5B 2E
Octal 243 12 337 33 140 0 15 433 133 56
Binary 10100011 1010 11011111 11011 1100000 0 1101 100011011 1011011 101110

Color Harmonies of #A30ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ADF

Black with #A30ADF

Text Example


Text Example

White with #A30ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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