Html Css Color HEX #A503DC Dark Violet

📋 copy color: '#A503DC'

red 165 ◦ green 3 ◦ blue 220

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

Shades of Dark Violet #A503DC

Tints of Dark Violet #A503DC

RGB

 RED value IS 165 (64.84% from 255) = 42.53%

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 42.53%
G = 0.77%
B = 56.7%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A503DC (or 0xA503DC) is known color: Dark Violet. HEX triplet: A5, 03 and DC. RGB value is (165,3,220). Sum of RGB (Red+Green+Blue) = 165+3+220=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #A503DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503DC is #5AFC23. Grayscale: #4B4B4B. Windows color (decimal): -5962788 or 14418853. OLE color: 14418853.

HSL color Cylindrical-coordinate representation of color #A503DC: hue angle of 284.79º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503DC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 3 220 -
CMYK 0.25 0.99 0 0.14
HSL 284.79º 0.97% 0.44% -
HSV(B) 284.79º 0.99% 0.86% -
XYZ 28.47 13.23 68.76 -
YUV 76.18 209.17 191.36 -
System Red Green Blue C M Y K H S L
Decimal 165 3 220 0.25 0.99 0 0.14 284.79 0.97 0.44
Hex A5 3 DC 19 63 0 E 11D 61 2C
Octal 245 3 334 31 143 0 16 435 141 54
Binary 10100101 11 11011100 11001 1100011 0 1110 100011101 1100001 101100

Color Harmonies of #A503DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503DC

Black with #A503DC

Text Example


Text Example

White with #A503DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503DC; }

 p { color: rgb(165,3,220); }

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

background-color css

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

 a { background-color: rgb(165,3,220); }

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

border-color css

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

 span { border-color: rgb(165,3,220); }

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