Html Css Color HEX #A413EB Dark Violet

📋 copy color: '#A413EB'

red 164 ◦ green 19 ◦ blue 235

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

Shades of Dark Violet #A413EB

Tints of Dark Violet #A413EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 39.23%
G = 4.55%
B = 56.22%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A413EB (or 0xA413EB) is known color: Dark Violet. HEX triplet: A4, 13 and EB. RGB value is (164,19,235). Sum of RGB (Red+Green+Blue) = 164+19+235=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #A413EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413EB is #5BEC14. Grayscale: #565656. Windows color (decimal): -6024213 or 15405988. OLE color: 15405988.

HSL color Cylindrical-coordinate representation of color #A413EB: hue angle of 280.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A413EB is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 19 235 -
CMYK 0.30 0.92 0 0.08
HSL 280.28º 0.85% 0.5% -
HSV(B) 280.28º 0.92% 0.92% -
XYZ 30.54 14.36 79.76 -
YUV 86.98 211.54 182.94 -
System Red Green Blue C M Y K H S L
Decimal 164 19 235 0.30 0.92 0 0.08 280.28 0.85 0.5
Hex A4 13 EB 1E 5C 0 8 118 55 32
Octal 244 23 353 36 134 0 10 430 125 62
Binary 10100100 10011 11101011 11110 1011100 0 1000 100011000 1010101 110010

Color Harmonies of #A413EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413EB

Black with #A413EB

Text Example


Text Example

White with #A413EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413EB; }

 p { color: rgb(164,19,235); }

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

background-color css

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

 a { background-color: rgb(164,19,235); }

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

border-color css

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

 span { border-color: rgb(164,19,235); }

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