Html Css Color HEX #A504C5 Dark Violet

📋 copy color: '#A504C5'

red 165 ◦ green 4 ◦ blue 197

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

Shades of Dark Violet #A504C5

Tints of Dark Violet #A504C5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

 BLUE value IS 197 (77.34% from 255) = 53.83%

R = 45.08%
G = 1.09%
B = 53.83%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A504C5 (or 0xA504C5) is known color: Dark Violet. HEX triplet: A5, 04 and C5. RGB value is (165,4,197). Sum of RGB (Red+Green+Blue) = 165+4+197=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 197 (77.34% from 255 or 53.83% from 366); Max value from RGB is 197 - color contains mainly: blue. Hex color #A504C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504C5 is #5AFB3A. Grayscale: #494949. Windows color (decimal): -5962555 or 12911781. OLE color: 12911781.

HSL color Cylindrical-coordinate representation of color #A504C5: hue angle of 290.05º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504C5 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 4 197 -
CMYK 0.16 0.98 0 0.23
HSL 290.05º 0.96% 0.39% -
HSV(B) 290.05º 0.98% 0.77% -
XYZ 25.64 12.12 53.81 -
YUV 74.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 165 4 197 0.16 0.98 0 0.23 290.05 0.96 0.39
Hex A5 4 C5 10 62 0 17 122 60 27
Octal 245 4 305 20 142 0 27 442 140 47
Binary 10100101 100 11000101 10000 1100010 0 10111 100100010 1100000 100111

Color Harmonies of #A504C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504C5

Black with #A504C5

Text Example


Text Example

White with #A504C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504C5; }

 p { color: rgb(165,4,197); }

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

background-color css

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

 a { background-color: rgb(165,4,197); }

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

border-color css

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

 span { border-color: rgb(165,4,197); }

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