Html Css Color HEX #A612CE Dark Violet

📋 copy color: '#A612CE'

red 166 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #A612CE

Tints of Dark Violet #A612CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 42.56%
G = 4.62%
B = 52.82%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A612CE (or 0xA612CE) is known color: Dark Violet. HEX triplet: A6, 12 and CE. RGB value is (166,18,206). Sum of RGB (Red+Green+Blue) = 166+18+206=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #A612CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612CE is #59ED31. Grayscale: #535353. Windows color (decimal): -5893426 or 13505190. OLE color: 13505190.

HSL color Cylindrical-coordinate representation of color #A612CE: hue angle of 287.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A612CE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 18 206 -
CMYK 0.19 0.91 0 0.19
HSL 287.23º 0.84% 0.44% -
HSV(B) 287.23º 0.91% 0.81% -
XYZ 27.08 13 59.47 -
YUV 83.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 166 18 206 0.19 0.91 0 0.19 287.23 0.84 0.44
Hex A6 12 CE 13 5B 0 13 11F 54 2C
Octal 246 22 316 23 133 0 23 437 124 54
Binary 10100110 10010 11001110 10011 1011011 0 10011 100011111 1010100 101100

Color Harmonies of #A612CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612CE

Black with #A612CE

Text Example


Text Example

White with #A612CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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