Html Css Color HEX #A6559F Violet Blue

📋 copy color: '#A6559F'

red 166 ◦ green 85 ◦ blue 159

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

Shades of Violet Blue #A6559F

Tints of Violet Blue #A6559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.73%

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 40.49%
G = 20.73%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6559F (or 0xA6559F) is known color: Violet Blue. HEX triplet: A6, 55 and 9F. RGB value is (166,85,159). Sum of RGB (Red+Green+Blue) = 166+85+159=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6559F is #59AA60. Grayscale: #757575. Windows color (decimal): -5876321 or 10442150. OLE color: 10442150.

HSL color Cylindrical-coordinate representation of color #A6559F: hue angle of 305.19º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6559F is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 159 -
CMYK 0 0.49 0.04 0.35
HSL 305.19º 0.32% 0.49% -
HSV(B) 305.19º 0.49% 0.65% -
XYZ 25.23 17.11 34.77 -
YUV 117.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 166 85 159 0 0.49 0.04 0.35 305.19 0.32 0.49
Hex A6 55 9F 0 31 4 23 131 20 31
Octal 246 125 237 0 61 4 43 461 40 61
Binary 10100110 1010101 10011111 0 110001 100 100011 100110001 100000 110001

Color Harmonies of #A6559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6559F

Black with #A6559F

Text Example


Text Example

White with #A6559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6559F; }

 p { color: rgb(166,85,159); }

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

background-color css

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

 a { background-color: rgb(166,85,159); }

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

border-color css

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

 span { border-color: rgb(166,85,159); }

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