Html Css Color HEX #A6518D Violet Blue

📋 copy color: '#A6518D'

red 166 ◦ green 81 ◦ blue 141

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

Shades of Violet Blue #A6518D

Tints of Violet Blue #A6518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.88%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 42.78%
G = 20.88%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6518D (or 0xA6518D) is known color: Violet Blue. HEX triplet: A6, 51 and 8D. RGB value is (166,81,141). Sum of RGB (Red+Green+Blue) = 166+81+141=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6518D is #59AE72. Grayscale: #717171. Windows color (decimal): -5877363 or 9261478. OLE color: 9261478.

HSL color Cylindrical-coordinate representation of color #A6518D: hue angle of 317.65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6518D is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 141 -
CMYK 0 0.51 0.15 0.35
HSL 317.65º 0.34% 0.48% -
HSV(B) 317.65º 0.51% 0.65% -
XYZ 23.48 15.91 27.03 -
YUV 113.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 166 81 141 0 0.51 0.15 0.35 317.65 0.34 0.48
Hex A6 51 8D 0 33 F 23 13E 22 30
Octal 246 121 215 0 63 17 43 476 42 60
Binary 10100110 1010001 10001101 0 110011 1111 100011 100111110 100010 110000

Color Harmonies of #A6518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6518D

Black with #A6518D

Text Example


Text Example

White with #A6518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6518D; }

 p { color: rgb(166,81,141); }

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

background-color css

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

 a { background-color: rgb(166,81,141); }

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

border-color css

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

 span { border-color: rgb(166,81,141); }

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