Html Css Color HEX #A30EDF Dark Violet

📋 copy color: '#A30EDF'

red 163 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #A30EDF

Tints of Dark Violet #A30EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.5%

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

R = 40.75%
G = 3.5%
B = 55.75%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A30EDF (or 0xA30EDF) is known color: Dark Violet. HEX triplet: A3, 0E and DF. RGB value is (163,14,223). Sum of RGB (Red+Green+Blue) = 163+14+223=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #A30EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EDF is #5CF120. Grayscale: #515151. Windows color (decimal): -6091041 or 14618275. OLE color: 14618275.

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

Color convert

RGB 163 14 223 -
CMYK 0.27 0.94 0 0.13
HSL 282.78º 0.88% 0.46% -
HSV(B) 282.78º 0.94% 0.87% -
XYZ 28.58 13.43 70.9 -
YUV 82.38 207.36 185.51 -
System Red Green Blue C M Y K H S L
Decimal 163 14 223 0.27 0.94 0 0.13 282.78 0.88 0.46
Hex A3 E DF 1B 5E 0 D 11B 58 2E
Octal 243 16 337 33 136 0 15 433 130 56
Binary 10100011 1110 11011111 11011 1011110 0 1101 100011011 1011000 101110

Color Harmonies of #A30EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EDF

Black with #A30EDF

Text Example


Text Example

White with #A30EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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