Html Css Color HEX #A0719B Violet Blue

📋 copy color: '#A0719B'

red 160 ◦ green 113 ◦ blue 155

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

Shades of Violet Blue #A0719B

Tints of Violet Blue #A0719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

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

R = 37.38%
G = 26.4%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0719B (or 0xA0719B) is known color: Violet Blue. HEX triplet: A0, 71 and 9B. RGB value is (160,113,155). Sum of RGB (Red+Green+Blue) = 160+113+155=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A0719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0719B is #5F8E64. Grayscale: #838383. Windows color (decimal): -6262373 or 10187168. OLE color: 10187168.

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

Color convert

RGB 160 113 155 -
CMYK 0 0.29 0.03 0.37
HSL 306.38º 0.2% 0.54% -
HSV(B) 306.38º 0.29% 0.63% -
XYZ 26.32 21.65 33.8 -
YUV 131.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 160 113 155 0 0.29 0.03 0.37 306.38 0.2 0.54
Hex A0 71 9B 0 1D 3 25 132 14 36
Octal 240 161 233 0 35 3 45 462 24 66
Binary 10100000 1110001 10011011 0 11101 11 100101 100110010 10100 110110

Color Harmonies of #A0719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0719B

Black with #A0719B

Text Example


Text Example

White with #A0719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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