Html Css Color HEX #A503C6 Dark Violet

📋 copy color: '#A503C6'

red 165 ◦ green 3 ◦ blue 198

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

Shades of Dark Violet #A503C6

Tints of Dark Violet #A503C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.1%

R = 45.08%
G = 0.82%
B = 54.1%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A503C6 (or 0xA503C6) is known color: Dark Violet. HEX triplet: A5, 03 and C6. RGB value is (165,3,198). Sum of RGB (Red+Green+Blue) = 165+3+198=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #A503C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503C6 is #5AFC39. Grayscale: #494949. Windows color (decimal): -5962810 or 12977061. OLE color: 12977061.

HSL color Cylindrical-coordinate representation of color #A503C6: hue angle of 289.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503C6 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 3 198 -
CMYK 0.17 0.98 0 0.22
HSL 289.85º 0.97% 0.39% -
HSV(B) 289.85º 0.98% 0.78% -
XYZ 25.74 12.14 54.41 -
YUV 73.67 198.17 193.14 -
System Red Green Blue C M Y K H S L
Decimal 165 3 198 0.17 0.98 0 0.22 289.85 0.97 0.39
Hex A5 3 C6 11 62 0 16 122 61 27
Octal 245 3 306 21 142 0 26 442 141 47
Binary 10100101 11 11000110 10001 1100010 0 10110 100100010 1100001 100111

Color Harmonies of #A503C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503C6

Black with #A503C6

Text Example


Text Example

White with #A503C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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