Html Css Color HEX #A30CDC Dark Violet

📋 copy color: '#A30CDC'

red 163 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #A30CDC

Tints of Dark Violet #A30CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 41.27%
G = 3.04%
B = 55.7%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A30CDC (or 0xA30CDC) is known color: Dark Violet. HEX triplet: A3, 0C and DC. RGB value is (163,12,220). Sum of RGB (Red+Green+Blue) = 163+12+220=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #A30CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CDC is #5CF323. Grayscale: #505050. Windows color (decimal): -6091556 or 14421155. OLE color: 14421155.

HSL color Cylindrical-coordinate representation of color #A30CDC: hue angle of 283.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30CDC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 12 220 -
CMYK 0.26 0.95 0 0.14
HSL 283.56º 0.9% 0.45% -
HSV(B) 283.56º 0.95% 0.86% -
XYZ 28.15 13.22 68.78 -
YUV 80.86 206.53 186.59 -
System Red Green Blue C M Y K H S L
Decimal 163 12 220 0.26 0.95 0 0.14 283.56 0.9 0.45
Hex A3 C DC 1A 5F 0 E 11C 5A 2D
Octal 243 14 334 32 137 0 16 434 132 55
Binary 10100011 1100 11011100 11010 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A30CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CDC

Black with #A30CDC

Text Example


Text Example

White with #A30CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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