Html Css Color HEX #A503DD Dark Violet

📋 copy color: '#A503DD'

red 165 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #A503DD

Tints of Dark Violet #A503DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 42.42%
G = 0.77%
B = 56.81%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A503DD (or 0xA503DD) is known color: Dark Violet. HEX triplet: A5, 03 and DD. RGB value is (165,3,221). Sum of RGB (Red+Green+Blue) = 165+3+221=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #A503DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503DD is #5AFC22. Grayscale: #4B4B4B. Windows color (decimal): -5962787 or 14484389. OLE color: 14484389.

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

Color convert

RGB 165 3 221 -
CMYK 0.25 0.99 0 0.13
HSL 284.59º 0.97% 0.44% -
HSV(B) 284.59º 0.99% 0.87% -
XYZ 28.6 13.28 69.46 -
YUV 76.29 209.67 191.27 -
System Red Green Blue C M Y K H S L
Decimal 165 3 221 0.25 0.99 0 0.13 284.59 0.97 0.44
Hex A5 3 DD 19 63 0 D 11D 61 2C
Octal 245 3 335 31 143 0 15 435 141 54
Binary 10100101 11 11011101 11001 1100011 0 1101 100011101 1100001 101100

Color Harmonies of #A503DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503DD

Black with #A503DD

Text Example


Text Example

White with #A503DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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