Html Css Color HEX #A16090 Violet Blue

📋 copy color: '#A16090'

red 161 ◦ green 96 ◦ blue 144

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

Shades of Violet Blue #A16090

Tints of Violet Blue #A16090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 40.15%
G = 23.94%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A16090 (or 0xA16090) is known color: Violet Blue. HEX triplet: A1, 60 and 90. RGB value is (161,96,144). Sum of RGB (Red+Green+Blue) = 161+96+144=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A16090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16090 is #5E9F6F. Grayscale: #787878. Windows color (decimal): -6201200 or 9461921. OLE color: 9461921.

HSL color Cylindrical-coordinate representation of color #A16090: hue angle of 315.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16090 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 144 -
CMYK 0 0.40 0.11 0.37
HSL 315.69º 0.26% 0.5% -
HSV(B) 315.69º 0.4% 0.63% -
XYZ 23.91 17.96 28.59 -
YUV 120.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 161 96 144 0 0.40 0.11 0.37 315.69 0.26 0.5
Hex A1 60 90 0 28 B 25 13C 1A 32
Octal 241 140 220 0 50 13 45 474 32 62
Binary 10100001 1100000 10010000 0 101000 1011 100101 100111100 11010 110010

Color Harmonies of #A16090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16090

Black with #A16090

Text Example


Text Example

White with #A16090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16090; }

 p { color: rgb(161,96,144); }

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

background-color css

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

 a { background-color: rgb(161,96,144); }

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

border-color css

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

 span { border-color: rgb(161,96,144); }

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