Html Css Color HEX #A760AD Violet Blue

📋 copy color: '#A760AD'

red 167 ◦ green 96 ◦ blue 173

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

Shades of Violet Blue #A760AD

Tints of Violet Blue #A760AD

RGB

 RED value IS 167 (65.63% from 255) = 38.3%

 GREEN value IS 96 (37.89% from 255) = 22.02%

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 38.3%
G = 22.02%
B = 39.68%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A760AD (or 0xA760AD) is known color: Violet Blue. HEX triplet: A7, 60 and AD. RGB value is (167,96,173). Sum of RGB (Red+Green+Blue) = 167+96+173=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A760AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A760AD is #589F52. Grayscale: #7D7D7D. Windows color (decimal): -5807955 or 11362471. OLE color: 11362471.

HSL color Cylindrical-coordinate representation of color #A760AD: hue angle of 295.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A760AD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 96 173 -
CMYK 0.03 0.45 0 0.32
HSL 295.32º 0.32% 0.53% -
HSV(B) 295.32º 0.45% 0.68% -
XYZ 27.66 19.6 41.86 -
YUV 126.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 167 96 173 0.03 0.45 0 0.32 295.32 0.32 0.53
Hex A7 60 AD 3 2D 0 20 127 20 35
Octal 247 140 255 3 55 0 40 447 40 65
Binary 10100111 1100000 10101101 11 101101 0 100000 100100111 100000 110101

Color Harmonies of #A760AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760AD

Black with #A760AD

Text Example


Text Example

White with #A760AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760AD; }

 p { color: rgb(167,96,173); }

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

background-color css

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

 a { background-color: rgb(167,96,173); }

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

border-color css

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

 span { border-color: rgb(167,96,173); }

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