Html Css Color HEX #A1799E Violet Blue

📋 copy color: '#A1799E'

red 161 ◦ green 121 ◦ blue 158

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

Shades of Violet Blue #A1799E

Tints of Violet Blue #A1799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 36.59%
G = 27.5%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1799E (or 0xA1799E) is known color: Violet Blue. HEX triplet: A1, 79 and 9E. RGB value is (161,121,158). Sum of RGB (Red+Green+Blue) = 161+121+158=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A1799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1799E is #5E8661. Grayscale: #898989. Windows color (decimal): -6194786 or 10385825. OLE color: 10385825.

HSL color Cylindrical-coordinate representation of color #A1799E: hue angle of 304.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1799E is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 158 -
CMYK 0 0.25 0.02 0.37
HSL 304.5º 0.18% 0.55% -
HSV(B) 304.5º 0.25% 0.63% -
XYZ 27.71 23.72 35.47 -
YUV 137.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 161 121 158 0 0.25 0.02 0.37 304.5 0.18 0.55
Hex A1 79 9E 0 19 2 25 130 12 37
Octal 241 171 236 0 31 2 45 460 22 67
Binary 10100001 1111001 10011110 0 11001 10 100101 100110000 10010 110111

Color Harmonies of #A1799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1799E

Black with #A1799E

Text Example


Text Example

White with #A1799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1799E; }

 p { color: rgb(161,121,158); }

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

background-color css

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

 a { background-color: rgb(161,121,158); }

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

border-color css

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

 span { border-color: rgb(161,121,158); }

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