Html Css Color HEX #A76EAD Violet Blue

📋 copy color: '#A76EAD'

red 167 ◦ green 110 ◦ blue 173

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

Shades of Violet Blue #A76EAD

Tints of Violet Blue #A76EAD

RGB

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

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

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

R = 37.11%
G = 24.44%
B = 38.44%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A76EAD (or 0xA76EAD) is known color: Violet Blue. HEX triplet: A7, 6E and AD. RGB value is (167,110,173). Sum of RGB (Red+Green+Blue) = 167+110+173=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #A76EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EAD is #589152. Grayscale: #868686. Windows color (decimal): -5804371 or 11366055. OLE color: 11366055.

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

Color convert

RGB 167 110 173 -
CMYK 0.03 0.36 0 0.32
HSL 294.29º 0.28% 0.55% -
HSV(B) 294.29º 0.36% 0.68% -
XYZ 29.06 22.38 42.32 -
YUV 134.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 167 110 173 0.03 0.36 0 0.32 294.29 0.28 0.55
Hex A7 6E AD 3 24 0 20 126 1C 37
Octal 247 156 255 3 44 0 40 446 34 67
Binary 10100111 1101110 10101101 11 100100 0 100000 100100110 11100 110111

Color Harmonies of #A76EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EAD

Black with #A76EAD

Text Example


Text Example

White with #A76EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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