Html Css Color HEX #A0749B Violet Blue

📋 copy color: '#A0749B'

red 160 ◦ green 116 ◦ blue 155

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

Shades of Violet Blue #A0749B

Tints of Violet Blue #A0749B

RGB

 RED value IS 160 (62.89% from 255) = 37.12%

 GREEN value IS 116 (45.7% from 255) = 26.91%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 37.12%
G = 26.91%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0749B (or 0xA0749B) is known color: Violet Blue. HEX triplet: A0, 74 and 9B. RGB value is (160,116,155). Sum of RGB (Red+Green+Blue) = 160+116+155=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0749B is #5F8B64. Grayscale: #858585. Windows color (decimal): -6261605 or 10187936. OLE color: 10187936.

HSL color Cylindrical-coordinate representation of color #A0749B: hue angle of 306.82º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0749B is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 155 -
CMYK 0 0.28 0.03 0.37
HSL 306.82º 0.19% 0.54% -
HSV(B) 306.82º 0.28% 0.63% -
XYZ 26.66 22.33 33.92 -
YUV 133.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 160 116 155 0 0.28 0.03 0.37 306.82 0.19 0.54
Hex A0 74 9B 0 1C 3 25 133 13 36
Octal 240 164 233 0 34 3 45 463 23 66
Binary 10100000 1110100 10011011 0 11100 11 100101 100110011 10011 110110

Color Harmonies of #A0749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0749B

Black with #A0749B

Text Example


Text Example

White with #A0749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0749B; }

 p { color: rgb(160,116,155); }

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

background-color css

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

 a { background-color: rgb(160,116,155); }

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

border-color css

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

 span { border-color: rgb(160,116,155); }

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