Html Css Color HEX #A414EA Dark Violet

📋 copy color: '#A414EA'

red 164 ◦ green 20 ◦ blue 234

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

Shades of Dark Violet #A414EA

Tints of Dark Violet #A414EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.78%

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

R = 39.23%
G = 4.78%
B = 55.98%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A414EA (or 0xA414EA) is known color: Dark Violet. HEX triplet: A4, 14 and EA. RGB value is (164,20,234). Sum of RGB (Red+Green+Blue) = 164+20+234=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #A414EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A414EA is #5BEB15. Grayscale: #565656. Windows color (decimal): -6023958 or 15340708. OLE color: 15340708.

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

Color convert

RGB 164 20 234 -
CMYK 0.30 0.91 0 0.08
HSL 280.37º 0.84% 0.5% -
HSV(B) 280.37º 0.91% 0.92% -
XYZ 30.41 14.33 79.01 -
YUV 87.45 210.71 182.6 -
System Red Green Blue C M Y K H S L
Decimal 164 20 234 0.30 0.91 0 0.08 280.37 0.84 0.5
Hex A4 14 EA 1E 5B 0 8 118 54 32
Octal 244 24 352 36 133 0 10 430 124 62
Binary 10100100 10100 11101010 11110 1011011 0 1000 100011000 1010100 110010

Color Harmonies of #A414EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414EA

Black with #A414EA

Text Example


Text Example

White with #A414EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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