Html Css Color HEX #A504B9 Dark Violet

📋 copy color: '#A504B9'

red 165 ◦ green 4 ◦ blue 185

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

Shades of Dark Violet #A504B9

Tints of Dark Violet #A504B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.26%

R = 46.61%
G = 1.13%
B = 52.26%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A504B9 (or 0xA504B9) is known color: Dark Violet. HEX triplet: A5, 04 and B9. RGB value is (165,4,185). Sum of RGB (Red+Green+Blue) = 165+4+185=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #A504B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504B9 is #5AFB46. Grayscale: #484848. Windows color (decimal): -5962567 or 12125349. OLE color: 12125349.

HSL color Cylindrical-coordinate representation of color #A504B9: hue angle of 293.37º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504B9 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 4 185 -
CMYK 0.11 0.98 0 0.27
HSL 293.37º 0.96% 0.37% -
HSV(B) 293.37º 0.98% 0.73% -
XYZ 24.32 11.59 46.85 -
YUV 72.77 191.34 193.78 -
System Red Green Blue C M Y K H S L
Decimal 165 4 185 0.11 0.98 0 0.27 293.37 0.96 0.37
Hex A5 4 B9 B 62 0 1B 125 60 25
Octal 245 4 271 13 142 0 33 445 140 45
Binary 10100101 100 10111001 1011 1100010 0 11011 100100101 1100000 100101

Color Harmonies of #A504B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504B9

Black with #A504B9

Text Example


Text Example

White with #A504B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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