Html Css Color HEX #A504ED Dark Violet

📋 copy color: '#A504ED'

red 165 ◦ green 4 ◦ blue 237

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

Shades of Dark Violet #A504ED

Tints of Dark Violet #A504ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.37%

R = 40.64%
G = 0.99%
B = 58.37%

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

#A504ED (or 0xA504ED) is known color: Dark Violet. HEX triplet: A5, 04 and ED. RGB value is (165,4,237). Sum of RGB (Red+Green+Blue) = 165+4+237=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #A504ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A504ED is #5AFB12. Grayscale: #4D4D4D. Windows color (decimal): -5962515 or 15533221. OLE color: 15533221.

HSL color Cylindrical-coordinate representation of color #A504ED: hue angle of 281.46º 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 #A504ED is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 4 237 -
CMYK 0.30 0.98 0 0.07
HSL 281.46º 0.97% 0.47% -
HSV(B) 281.46º 0.98% 0.93% -
XYZ 30.85 14.2 81.24 -
YUV 78.7 217.34 189.55 -
System Red Green Blue C M Y K H S L
Decimal 165 4 237 0.30 0.98 0 0.07 281.46 0.97 0.47
Hex A5 4 ED 1E 62 0 7 119 61 2F
Octal 245 4 355 36 142 0 7 431 141 57
Binary 10100101 100 11101101 11110 1100010 0 111 100011001 1100001 101111

Color Harmonies of #A504ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A504ED

Black with #A504ED

Text Example


Text Example

White with #A504ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A504ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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