Html Css Color HEX #A16599 Violet Blue

📋 copy color: '#A16599'

red 161 ◦ green 101 ◦ blue 153

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

Shades of Violet Blue #A16599

Tints of Violet Blue #A16599

RGB

 RED value IS 161 (63.28% from 255) = 38.8%

 GREEN value IS 101 (39.84% from 255) = 24.34%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 38.8%
G = 24.34%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A16599 (or 0xA16599) is known color: Violet Blue. HEX triplet: A1, 65 and 99. RGB value is (161,101,153). Sum of RGB (Red+Green+Blue) = 161+101+153=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A16599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16599 is #5E9A66. Grayscale: #7C7C7C. Windows color (decimal): -6199911 or 10053025. OLE color: 10053025.

HSL color Cylindrical-coordinate representation of color #A16599: hue angle of 308º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16599 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 101 153 -
CMYK 0 0.37 0.05 0.37
HSL 308º 0.24% 0.51% -
HSV(B) 308º 0.37% 0.63% -
XYZ 25.1 19.18 32.52 -
YUV 124.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 161 101 153 0 0.37 0.05 0.37 308 0.24 0.51
Hex A1 65 99 0 25 5 25 134 18 33
Octal 241 145 231 0 45 5 45 464 30 63
Binary 10100001 1100101 10011001 0 100101 101 100101 100110100 11000 110011

Color Harmonies of #A16599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16599

Black with #A16599

Text Example


Text Example

White with #A16599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16599; }

 p { color: rgb(161,101,153); }

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

background-color css

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

 a { background-color: rgb(161,101,153); }

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

border-color css

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

 span { border-color: rgb(161,101,153); }

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