Html Css Color HEX #A16495 Violet Blue

📋 copy color: '#A16495'

red 161 ◦ green 100 ◦ blue 149

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

Shades of Violet Blue #A16495

Tints of Violet Blue #A16495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.39%

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 39.27%
G = 24.39%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A16495 (or 0xA16495) is known color: Violet Blue. HEX triplet: A1, 64 and 95. RGB value is (161,100,149). Sum of RGB (Red+Green+Blue) = 161+100+149=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A16495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16495 is #5E9B6A. Grayscale: #7B7B7B. Windows color (decimal): -6200171 or 9790625. OLE color: 9790625.

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

Color convert

RGB 161 100 149 -
CMYK 0 0.38 0.07 0.37
HSL 311.8º 0.24% 0.51% -
HSV(B) 311.8º 0.38% 0.63% -
XYZ 24.68 18.86 30.77 -
YUV 123.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 161 100 149 0 0.38 0.07 0.37 311.8 0.24 0.51
Hex A1 64 95 0 26 7 25 138 18 33
Octal 241 144 225 0 46 7 45 470 30 63
Binary 10100001 1100100 10010101 0 100110 111 100101 100111000 11000 110011

Color Harmonies of #A16495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16495

Black with #A16495

Text Example


Text Example

White with #A16495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16495; }

 p { color: rgb(161,100,149); }

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

background-color css

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

 a { background-color: rgb(161,100,149); }

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

border-color css

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

 span { border-color: rgb(161,100,149); }

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