Html Css Color HEX #A16596 Violet Blue

📋 copy color: '#A16596'

red 161 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #A16596

Tints of Violet Blue #A16596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 39.08%
G = 24.51%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A16596 (or 0xA16596) is known color: Violet Blue. HEX triplet: A1, 65 and 96. RGB value is (161,101,150). Sum of RGB (Red+Green+Blue) = 161+101+150=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16596 is #5E9A69. Grayscale: #7C7C7C. Windows color (decimal): -6199914 or 9856417. OLE color: 9856417.

HSL color Cylindrical-coordinate representation of color #A16596: hue angle of 311º 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 #A16596 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 101 150 -
CMYK 0 0.37 0.07 0.37
HSL 311º 0.24% 0.51% -
HSV(B) 311º 0.37% 0.63% -
XYZ 24.86 19.09 31.23 -
YUV 124.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 161 101 150 0 0.37 0.07 0.37 311 0.24 0.51
Hex A1 65 96 0 25 7 25 137 18 33
Octal 241 145 226 0 45 7 45 467 30 63
Binary 10100001 1100101 10010110 0 100101 111 100101 100110111 11000 110011

Color Harmonies of #A16596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16596

Black with #A16596

Text Example


Text Example

White with #A16596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16596; }

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

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

background-color css

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

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

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

border-color css

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

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

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