Html Css Color HEX #A07299 Violet Blue

📋 copy color: '#A07299'

red 160 ◦ green 114 ◦ blue 153

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

Shades of Violet Blue #A07299

Tints of Violet Blue #A07299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.7%

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 37.47%
G = 26.7%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A07299 (or 0xA07299) is known color: Violet Blue. HEX triplet: A0, 72 and 99. RGB value is (160,114,153). Sum of RGB (Red+Green+Blue) = 160+114+153=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07299 is #5F8D66. Grayscale: #848484. Windows color (decimal): -6262119 or 10056352. OLE color: 10056352.

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

Color convert

RGB 160 114 153 -
CMYK 0 0.29 0.04 0.37
HSL 309.13º 0.19% 0.54% -
HSV(B) 309.13º 0.29% 0.63% -
XYZ 26.26 21.81 32.96 -
YUV 132.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 160 114 153 0 0.29 0.04 0.37 309.13 0.19 0.54
Hex A0 72 99 0 1D 4 25 135 13 36
Octal 240 162 231 0 35 4 45 465 23 66
Binary 10100000 1110010 10011001 0 11101 100 100101 100110101 10011 110110

Color Harmonies of #A07299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07299

Black with #A07299

Text Example


Text Example

White with #A07299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07299; }

 p { color: rgb(160,114,153); }

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

background-color css

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

 a { background-color: rgb(160,114,153); }

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

border-color css

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

 span { border-color: rgb(160,114,153); }

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