Html Css Color HEX #A612CF Dark Violet

📋 copy color: '#A612CF'

red 166 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #A612CF

Tints of Dark Violet #A612CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 42.46%
G = 4.6%
B = 52.94%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A612CF (or 0xA612CF) is known color: Dark Violet. HEX triplet: A6, 12 and CF. RGB value is (166,18,207). Sum of RGB (Red+Green+Blue) = 166+18+207=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #A612CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612CF is #59ED30. Grayscale: #535353. Windows color (decimal): -5893425 or 13570726. OLE color: 13570726.

HSL color Cylindrical-coordinate representation of color #A612CF: hue angle of 286.98º 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 #A612CF is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 18 207 -
CMYK 0.20 0.91 0 0.19
HSL 286.98º 0.84% 0.44% -
HSV(B) 286.98º 0.91% 0.81% -
XYZ 27.2 13.04 60.12 -
YUV 83.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 166 18 207 0.20 0.91 0 0.19 286.98 0.84 0.44
Hex A6 12 CF 14 5B 0 13 11F 54 2C
Octal 246 22 317 24 133 0 23 437 124 54
Binary 10100110 10010 11001111 10100 1011011 0 10011 100011111 1010100 101100

Color Harmonies of #A612CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612CF

Black with #A612CF

Text Example


Text Example

White with #A612CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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