Html Css Color HEX #A76EAE Violet Blue

📋 copy color: '#A76EAE'

red 167 ◦ green 110 ◦ blue 174

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

Shades of Violet Blue #A76EAE

Tints of Violet Blue #A76EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 37.03%
G = 24.39%
B = 38.58%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A76EAE (or 0xA76EAE) is known color: Violet Blue. HEX triplet: A7, 6E and AE. RGB value is (167,110,174). Sum of RGB (Red+Green+Blue) = 167+110+174=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #A76EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EAE is #589151. Grayscale: #868686. Windows color (decimal): -5804370 or 11431591. OLE color: 11431591.

HSL color Cylindrical-coordinate representation of color #A76EAE: hue angle of 293.44º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76EAE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 110 174 -
CMYK 0.04 0.37 0 0.32
HSL 293.44º 0.28% 0.56% -
HSV(B) 293.44º 0.37% 0.68% -
XYZ 29.15 22.42 42.84 -
YUV 134.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 167 110 174 0.04 0.37 0 0.32 293.44 0.28 0.56
Hex A7 6E AE 4 25 0 20 125 1C 38
Octal 247 156 256 4 45 0 40 445 34 70
Binary 10100111 1101110 10101110 100 100101 0 100000 100100101 11100 111000

Color Harmonies of #A76EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EAE

Black with #A76EAE

Text Example


Text Example

White with #A76EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EAE; }

 p { color: rgb(167,110,174); }

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

background-color css

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

 a { background-color: rgb(167,110,174); }

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

border-color css

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

 span { border-color: rgb(167,110,174); }

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