Html Css Color HEX #A612B7 Dark Violet

📋 copy color: '#A612B7'

red 166 ◦ green 18 ◦ blue 183

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

Shades of Dark Violet #A612B7

Tints of Dark Violet #A612B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.86%

R = 45.23%
G = 4.9%
B = 49.86%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A612B7 (or 0xA612B7) is known color: Dark Violet. HEX triplet: A6, 12 and B7. RGB value is (166,18,183). Sum of RGB (Red+Green+Blue) = 166+18+183=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #A612B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612B7 is #59ED48. Grayscale: #505050. Windows color (decimal): -5893449 or 11997862. OLE color: 11997862.

HSL color Cylindrical-coordinate representation of color #A612B7: hue angle of 293.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A612B7 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 18 183 -
CMYK 0.09 0.90 0 0.28
HSL 293.82º 0.82% 0.39% -
HSV(B) 293.82º 0.9% 0.72% -
XYZ 24.49 11.96 45.82 -
YUV 81.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 166 18 183 0.09 0.90 0 0.28 293.82 0.82 0.39
Hex A6 12 B7 9 5A 0 1C 126 52 27
Octal 246 22 267 11 132 0 34 446 122 47
Binary 10100110 10010 10110111 1001 1011010 0 11100 100100110 1010010 100111

Color Harmonies of #A612B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612B7

Black with #A612B7

Text Example


Text Example

White with #A612B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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