Html Css Color HEX #A504BE Dark Violet

📋 copy color: '#A504BE'

red 165 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #A504BE

Tints of Dark Violet #A504BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 45.96%
G = 1.11%
B = 52.92%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A504BE (or 0xA504BE) is known color: Dark Violet. HEX triplet: A5, 04 and BE. RGB value is (165,4,190). Sum of RGB (Red+Green+Blue) = 165+4+190=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #A504BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504BE is #5AFB41. Grayscale: #484848. Windows color (decimal): -5962562 or 12453029. OLE color: 12453029.

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

Color convert

RGB 165 4 190 -
CMYK 0.13 0.98 0 0.25
HSL 291.94º 0.96% 0.38% -
HSV(B) 291.94º 0.98% 0.75% -
XYZ 24.85 11.8 49.68 -
YUV 73.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 165 4 190 0.13 0.98 0 0.25 291.94 0.96 0.38
Hex A5 4 BE D 62 0 19 124 60 26
Octal 245 4 276 15 142 0 31 444 140 46
Binary 10100101 100 10111110 1101 1100010 0 11001 100100100 1100000 100110

Color Harmonies of #A504BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504BE

Black with #A504BE

Text Example


Text Example

White with #A504BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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