Html Css Color HEX #A412EE Dark Violet

📋 copy color: '#A412EE'

red 164 ◦ green 18 ◦ blue 238

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

Shades of Dark Violet #A412EE

Tints of Dark Violet #A412EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.29%

 BLUE value IS 238 (93.36% from 255) = 56.67%

R = 39.05%
G = 4.29%
B = 56.67%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A412EE (or 0xA412EE) is known color: Dark Violet. HEX triplet: A4, 12 and EE. RGB value is (164,18,238). Sum of RGB (Red+Green+Blue) = 164+18+238=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #A412EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A412EE is #5BED11. Grayscale: #565656. Windows color (decimal): -6024466 or 15602340. OLE color: 15602340.

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

Color convert

RGB 164 18 238 -
CMYK 0.31 0.92 0 0.07
HSL 279.82º 0.87% 0.5% -
HSV(B) 279.82º 0.92% 0.93% -
XYZ 30.96 14.5 82.06 -
YUV 86.73 213.37 183.11 -
System Red Green Blue C M Y K H S L
Decimal 164 18 238 0.31 0.92 0 0.07 279.82 0.87 0.5
Hex A4 12 EE 1F 5C 0 7 118 57 32
Octal 244 22 356 37 134 0 7 430 127 62
Binary 10100100 10010 11101110 11111 1011100 0 111 100011000 1010111 110010

Color Harmonies of #A412EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412EE

Black with #A412EE

Text Example


Text Example

White with #A412EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412EE; }

 p { color: rgb(164,18,238); }

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

background-color css

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

 a { background-color: rgb(164,18,238); }

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

border-color css

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

 span { border-color: rgb(164,18,238); }

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