Html Css Color HEX #A612BB Dark Violet

📋 copy color: '#A612BB'

red 166 ◦ green 18 ◦ blue 187

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

Shades of Dark Violet #A612BB

Tints of Dark Violet #A612BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 44.74%
G = 4.85%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A612BB (or 0xA612BB) is known color: Dark Violet. HEX triplet: A6, 12 and BB. RGB value is (166,18,187). Sum of RGB (Red+Green+Blue) = 166+18+187=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #A612BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612BB is #59ED44. Grayscale: #505050. Windows color (decimal): -5893445 or 12260006. OLE color: 12260006.

HSL color Cylindrical-coordinate representation of color #A612BB: hue angle of 292.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A612BB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 18 187 -
CMYK 0.11 0.90 0 0.27
HSL 292.54º 0.82% 0.4% -
HSV(B) 292.54º 0.9% 0.73% -
XYZ 24.91 12.13 48.04 -
YUV 81.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 166 18 187 0.11 0.90 0 0.27 292.54 0.82 0.4
Hex A6 12 BB B 5A 0 1B 125 52 28
Octal 246 22 273 13 132 0 33 445 122 50
Binary 10100110 10010 10111011 1011 1011010 0 11011 100100101 1010010 101000

Color Harmonies of #A612BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612BB

Black with #A612BB

Text Example


Text Example

White with #A612BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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