Html Css Color HEX #A504EC Dark Violet

📋 copy color: '#A504EC'

red 165 ◦ green 4 ◦ blue 236

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

Shades of Dark Violet #A504EC

Tints of Dark Violet #A504EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 40.74%
G = 0.99%
B = 58.27%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A504EC (or 0xA504EC) is known color: Dark Violet. HEX triplet: A5, 04 and EC. RGB value is (165,4,236). Sum of RGB (Red+Green+Blue) = 165+4+236=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #A504EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A504EC is #5AFB13. Grayscale: #4D4D4D. Windows color (decimal): -5962516 or 15467685. OLE color: 15467685.

HSL color Cylindrical-coordinate representation of color #A504EC: hue angle of 281.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504EC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 4 236 -
CMYK 0.30 0.98 0 0.07
HSL 281.64º 0.97% 0.47% -
HSV(B) 281.64º 0.98% 0.93% -
XYZ 30.7 14.14 80.47 -
YUV 78.59 216.84 189.64 -
System Red Green Blue C M Y K H S L
Decimal 165 4 236 0.30 0.98 0 0.07 281.64 0.97 0.47
Hex A5 4 EC 1E 62 0 7 11A 61 2F
Octal 245 4 354 36 142 0 7 432 141 57
Binary 10100101 100 11101100 11110 1100010 0 111 100011010 1100001 101111

Color Harmonies of #A504EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504EC

Black with #A504EC

Text Example


Text Example

White with #A504EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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