Html Css Color HEX #A0719E Violet Blue

📋 copy color: '#A0719E'

red 160 ◦ green 113 ◦ blue 158

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

Shades of Violet Blue #A0719E

Tints of Violet Blue #A0719E

RGB

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

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

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

R = 37.12%
G = 26.22%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0719E (or 0xA0719E) is known color: Violet Blue. HEX triplet: A0, 71 and 9E. RGB value is (160,113,158). Sum of RGB (Red+Green+Blue) = 160+113+158=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0719E is #5F8E61. Grayscale: #848484. Windows color (decimal): -6262370 or 10383776. OLE color: 10383776.

HSL color Cylindrical-coordinate representation of color #A0719E: hue angle of 302.55º 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 #A0719E is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 158 -
CMYK 0 0.29 0.01 0.37
HSL 302.55º 0.2% 0.54% -
HSV(B) 302.55º 0.29% 0.63% -
XYZ 26.57 21.75 35.15 -
YUV 132.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 160 113 158 0 0.29 0.01 0.37 302.55 0.2 0.54
Hex A0 71 9E 0 1D 1 25 12F 14 36
Octal 240 161 236 0 35 1 45 457 24 66
Binary 10100000 1110001 10011110 0 11101 1 100101 100101111 10100 110110

Color Harmonies of #A0719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0719E

Black with #A0719E

Text Example


Text Example

White with #A0719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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