Html Css Color HEX #A503E0 Dark Violet

📋 copy color: '#A503E0'

red 165 ◦ green 3 ◦ blue 224

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

Shades of Dark Violet #A503E0

Tints of Dark Violet #A503E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.14%

R = 42.09%
G = 0.77%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A503E0 (or 0xA503E0) is known color: Dark Violet. HEX triplet: A5, 03 and E0. RGB value is (165,3,224). Sum of RGB (Red+Green+Blue) = 165+3+224=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #A503E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503E0 is #5AFC1F. Grayscale: #4B4B4B. Windows color (decimal): -5962784 or 14680997. OLE color: 14680997.

HSL color Cylindrical-coordinate representation of color #A503E0: hue angle of 283.98º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503E0 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 3 224 -
CMYK 0.26 0.99 0 0.12
HSL 283.98º 0.97% 0.45% -
HSV(B) 283.98º 0.99% 0.88% -
XYZ 29 13.45 71.59 -
YUV 76.63 211.17 191.03 -
System Red Green Blue C M Y K H S L
Decimal 165 3 224 0.26 0.99 0 0.12 283.98 0.97 0.45
Hex A5 3 E0 1A 63 0 C 11C 61 2D
Octal 245 3 340 32 143 0 14 434 141 55
Binary 10100101 11 11100000 11010 1100011 0 1100 100011100 1100001 101101

Color Harmonies of #A503E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503E0

Black with #A503E0

Text Example


Text Example

White with #A503E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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