Html Css Color HEX #A415ED Dark Violet

📋 copy color: '#A415ED'

red 164 ◦ green 21 ◦ blue 237

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

Shades of Dark Violet #A415ED

Tints of Dark Violet #A415ED

RGB

 RED value IS 164 (64.45% from 255) = 38.86%

 GREEN value IS 21 (8.59% from 255) = 4.98%

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

R = 38.86%
G = 4.98%
B = 56.16%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A415ED (or 0xA415ED) is known color: Dark Violet. HEX triplet: A4, 15 and ED. RGB value is (164,21,237). Sum of RGB (Red+Green+Blue) = 164+21+237=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #A415ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A415ED is #5BEA12. Grayscale: #575757. Windows color (decimal): -6023699 or 15537572. OLE color: 15537572.

HSL color Cylindrical-coordinate representation of color #A415ED: hue angle of 279.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A415ED is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 21 237 -
CMYK 0.31 0.91 0 0.07
HSL 279.72º 0.86% 0.51% -
HSV(B) 279.72º 0.91% 0.93% -
XYZ 30.86 14.54 81.3 -
YUV 88.38 211.88 181.94 -
System Red Green Blue C M Y K H S L
Decimal 164 21 237 0.31 0.91 0 0.07 279.72 0.86 0.51
Hex A4 15 ED 1F 5B 0 7 118 56 33
Octal 244 25 355 37 133 0 7 430 126 63
Binary 10100100 10101 11101101 11111 1011011 0 111 100011000 1010110 110011

Color Harmonies of #A415ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415ED

Black with #A415ED

Text Example


Text Example

White with #A415ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415ED; }

 p { color: rgb(164,21,237); }

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

background-color css

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

 a { background-color: rgb(164,21,237); }

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

border-color css

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

 span { border-color: rgb(164,21,237); }

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