Html Css Color HEX #A16BA5 Violet Blue

📋 copy color: '#A16BA5'

red 161 ◦ green 107 ◦ blue 165

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

Shades of Violet Blue #A16BA5

Tints of Violet Blue #A16BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 165 (64.84% from 255) = 38.11%

R = 37.18%
G = 24.71%
B = 38.11%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A16BA5 (or 0xA16BA5) is known color: Violet Blue. HEX triplet: A1, 6B and A5. RGB value is (161,107,165). Sum of RGB (Red+Green+Blue) = 161+107+165=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #A16BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16BA5 is #5E945A. Grayscale: #818181. Windows color (decimal): -6198363 or 10840993. OLE color: 10840993.

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

Color convert

RGB 161 107 165 -
CMYK 0.02 0.35 0 0.35
HSL 295.86º 0.24% 0.53% -
HSV(B) 295.86º 0.35% 0.65% -
XYZ 26.75 20.81 38.2 -
YUV 129.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 161 107 165 0.02 0.35 0 0.35 295.86 0.24 0.53
Hex A1 6B A5 2 23 0 23 128 18 35
Octal 241 153 245 2 43 0 43 450 30 65
Binary 10100001 1101011 10100101 10 100011 0 100011 100101000 11000 110101

Color Harmonies of #A16BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BA5

Black with #A16BA5

Text Example


Text Example

White with #A16BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BA5; }

 p { color: rgb(161,107,165); }

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

background-color css

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

 a { background-color: rgb(161,107,165); }

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

border-color css

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

 span { border-color: rgb(161,107,165); }

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