Html Css Color HEX #A612EC Dark Violet

📋 copy color: '#A612EC'

red 166 ◦ green 18 ◦ blue 236

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

Shades of Dark Violet #A612EC

Tints of Dark Violet #A612EC

RGB

 RED value IS 166 (65.23% from 255) = 39.52%

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

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 39.52%
G = 4.29%
B = 56.19%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A612EC (or 0xA612EC) is known color: Dark Violet. HEX triplet: A6, 12 and EC. RGB value is (166,18,236). Sum of RGB (Red+Green+Blue) = 166+18+236=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #A612EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A612EC is #59ED13. Grayscale: #565656. Windows color (decimal): -5893396 or 15471270. OLE color: 15471270.

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

Color convert

RGB 166 18 236 -
CMYK 0.30 0.92 0 0.07
HSL 280.73º 0.86% 0.5% -
HSV(B) 280.73º 0.92% 0.93% -
XYZ 31.08 14.6 80.54 -
YUV 87.1 212.03 184.27 -
System Red Green Blue C M Y K H S L
Decimal 166 18 236 0.30 0.92 0 0.07 280.73 0.86 0.5
Hex A6 12 EC 1E 5C 0 7 119 56 32
Octal 246 22 354 36 134 0 7 431 126 62
Binary 10100110 10010 11101100 11110 1011100 0 111 100011001 1010110 110010

Color Harmonies of #A612EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612EC

Black with #A612EC

Text Example


Text Example

White with #A612EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612EC; }

 p { color: rgb(166,18,236); }

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

background-color css

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

 a { background-color: rgb(166,18,236); }

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

border-color css

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

 span { border-color: rgb(166,18,236); }

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