Html Css Color HEX #A612C9 Dark Violet

📋 copy color: '#A612C9'

red 166 ◦ green 18 ◦ blue 201

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

Shades of Dark Violet #A612C9

Tints of Dark Violet #A612C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 43.12%
G = 4.68%
B = 52.21%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A612C9 (or 0xA612C9) is known color: Dark Violet. HEX triplet: A6, 12 and C9. RGB value is (166,18,201). Sum of RGB (Red+Green+Blue) = 166+18+201=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #A612C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612C9 is #59ED36. Grayscale: #525252. Windows color (decimal): -5893431 or 13177510. OLE color: 13177510.

HSL color Cylindrical-coordinate representation of color #A612C9: hue angle of 288.52º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A612C9 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 18 201 -
CMYK 0.17 0.91 0 0.21
HSL 288.52º 0.84% 0.43% -
HSV(B) 288.52º 0.91% 0.79% -
XYZ 26.48 12.76 56.32 -
YUV 83.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 166 18 201 0.17 0.91 0 0.21 288.52 0.84 0.43
Hex A6 12 C9 11 5B 0 15 121 54 2B
Octal 246 22 311 21 133 0 25 441 124 53
Binary 10100110 10010 11001001 10001 1011011 0 10101 100100001 1010100 101011

Color Harmonies of #A612C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612C9

Black with #A612C9

Text Example


Text Example

White with #A612C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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