Html Css Color HEX #A503BD Dark Violet

📋 copy color: '#A503BD'

red 165 ◦ green 3 ◦ blue 189

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

Shades of Dark Violet #A503BD

Tints of Dark Violet #A503BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 46.22%
G = 0.84%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A503BD (or 0xA503BD) is known color: Dark Violet. HEX triplet: A5, 03 and BD. RGB value is (165,3,189). Sum of RGB (Red+Green+Blue) = 165+3+189=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #A503BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503BD is #5AFC42. Grayscale: #484848. Windows color (decimal): -5962819 or 12387237. OLE color: 12387237.

HSL color Cylindrical-coordinate representation of color #A503BD: hue angle of 292.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503BD is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 3 189 -
CMYK 0.13 0.98 0 0.26
HSL 292.26º 0.97% 0.38% -
HSV(B) 292.26º 0.98% 0.74% -
XYZ 24.73 11.74 49.11 -
YUV 72.64 193.67 193.88 -
System Red Green Blue C M Y K H S L
Decimal 165 3 189 0.13 0.98 0 0.26 292.26 0.97 0.38
Hex A5 3 BD D 62 0 1A 124 61 26
Octal 245 3 275 15 142 0 32 444 141 46
Binary 10100101 11 10111101 1101 1100010 0 11010 100100100 1100001 100110

Color Harmonies of #A503BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503BD

Black with #A503BD

Text Example


Text Example

White with #A503BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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