Html Css Color HEX #A30CDF Dark Violet

📋 copy color: '#A30CDF'

red 163 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #A30CDF

Tints of Dark Violet #A30CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 40.95%
G = 3.02%
B = 56.03%

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

#A30CDF (or 0xA30CDF) is known color: Dark Violet. HEX triplet: A3, 0C and DF. RGB value is (163,12,223). Sum of RGB (Red+Green+Blue) = 163+12+223=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #A30CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CDF is #5CF320. Grayscale: #505050. Windows color (decimal): -6091553 or 14617763. OLE color: 14617763.

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

Color convert

RGB 163 12 223 -
CMYK 0.27 0.95 0 0.13
HSL 282.94º 0.9% 0.46% -
HSV(B) 282.94º 0.95% 0.87% -
XYZ 28.56 13.38 70.89 -
YUV 81.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 163 12 223 0.27 0.95 0 0.13 282.94 0.9 0.46
Hex A3 C DF 1B 5F 0 D 11B 5A 2E
Octal 243 14 337 33 137 0 15 433 132 56
Binary 10100011 1100 11011111 11011 1011111 0 1101 100011011 1011010 101110

Color Harmonies of #A30CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CDF

Black with #A30CDF

Text Example


Text Example

White with #A30CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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