Html Css Color HEX #A0709B Violet Blue

📋 copy color: '#A0709B'

red 160 ◦ green 112 ◦ blue 155

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

Shades of Violet Blue #A0709B

Tints of Violet Blue #A0709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 37.47%
G = 26.23%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0709B (or 0xA0709B) is known color: Violet Blue. HEX triplet: A0, 70 and 9B. RGB value is (160,112,155). Sum of RGB (Red+Green+Blue) = 160+112+155=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A0709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0709B is #5F8F64. Grayscale: #838383. Windows color (decimal): -6262629 or 10186912. OLE color: 10186912.

HSL color Cylindrical-coordinate representation of color #A0709B: hue angle of 306.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0709B is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 155 -
CMYK 0 0.30 0.03 0.37
HSL 306.25º 0.2% 0.53% -
HSV(B) 306.25º 0.3% 0.63% -
XYZ 26.21 21.43 33.77 -
YUV 131.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 160 112 155 0 0.30 0.03 0.37 306.25 0.2 0.53
Hex A0 70 9B 0 1E 3 25 132 14 35
Octal 240 160 233 0 36 3 45 462 24 65
Binary 10100000 1110000 10011011 0 11110 11 100101 100110010 10100 110101

Color Harmonies of #A0709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0709B

Black with #A0709B

Text Example


Text Example

White with #A0709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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