Html Css Color HEX #A0739B Violet Blue

📋 copy color: '#A0739B'

red 160 ◦ green 115 ◦ blue 155

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

Shades of Violet Blue #A0739B

Tints of Violet Blue #A0739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.74%

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

R = 37.21%
G = 26.74%
B = 36.05%

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

#A0739B (or 0xA0739B) is known color: Violet Blue. HEX triplet: A0, 73 and 9B. RGB value is (160,115,155). Sum of RGB (Red+Green+Blue) = 160+115+155=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A0739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0739B is #5F8C64. Grayscale: #848484. Windows color (decimal): -6261861 or 10187680. OLE color: 10187680.

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

Color convert

RGB 160 115 155 -
CMYK 0 0.28 0.03 0.37
HSL 306.67º 0.19% 0.54% -
HSV(B) 306.67º 0.28% 0.63% -
XYZ 26.54 22.1 33.88 -
YUV 133.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 160 115 155 0 0.28 0.03 0.37 306.67 0.19 0.54
Hex A0 73 9B 0 1C 3 25 133 13 36
Octal 240 163 233 0 34 3 45 463 23 66
Binary 10100000 1110011 10011011 0 11100 11 100101 100110011 10011 110110

Color Harmonies of #A0739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0739B

Black with #A0739B

Text Example


Text Example

White with #A0739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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