Html Css Color HEX #A413EA Dark Violet

📋 copy color: '#A413EA'

red 164 ◦ green 19 ◦ blue 234

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

Shades of Dark Violet #A413EA

Tints of Dark Violet #A413EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 39.33%
G = 4.56%
B = 56.12%

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

#A413EA (or 0xA413EA) is known color: Dark Violet. HEX triplet: A4, 13 and EA. RGB value is (164,19,234). Sum of RGB (Red+Green+Blue) = 164+19+234=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #A413EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A413EA is #5BEC15. Grayscale: #565656. Windows color (decimal): -6024214 or 15340452. OLE color: 15340452.

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

Color convert

RGB 164 19 234 -
CMYK 0.30 0.92 0 0.08
HSL 280.47º 0.85% 0.5% -
HSV(B) 280.47º 0.92% 0.92% -
XYZ 30.39 14.3 79 -
YUV 86.87 211.04 183.02 -
System Red Green Blue C M Y K H S L
Decimal 164 19 234 0.30 0.92 0 0.08 280.47 0.85 0.5
Hex A4 13 EA 1E 5C 0 8 118 55 32
Octal 244 23 352 36 134 0 10 430 125 62
Binary 10100100 10011 11101010 11110 1011100 0 1000 100011000 1010101 110010

Color Harmonies of #A413EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413EA

Black with #A413EA

Text Example


Text Example

White with #A413EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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