Html Css Color HEX #A76EAC Violet Blue

📋 copy color: '#A76EAC'

red 167 ◦ green 110 ◦ blue 172

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

Shades of Violet Blue #A76EAC

Tints of Violet Blue #A76EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 37.19%
G = 24.5%
B = 38.31%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A76EAC (or 0xA76EAC) is known color: Violet Blue. HEX triplet: A7, 6E and AC. RGB value is (167,110,172). Sum of RGB (Red+Green+Blue) = 167+110+172=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A76EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76EAC is #589153. Grayscale: #858585. Windows color (decimal): -5804372 or 11300519. OLE color: 11300519.

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

Color convert

RGB 167 110 172 -
CMYK 0.03 0.36 0 0.33
HSL 295.16º 0.27% 0.55% -
HSV(B) 295.16º 0.36% 0.67% -
XYZ 28.96 22.35 41.82 -
YUV 134.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 167 110 172 0.03 0.36 0 0.33 295.16 0.27 0.55
Hex A7 6E AC 3 24 0 21 127 1B 37
Octal 247 156 254 3 44 0 41 447 33 67
Binary 10100111 1101110 10101100 11 100100 0 100001 100100111 11011 110111

Color Harmonies of #A76EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76EAC

Black with #A76EAC

Text Example


Text Example

White with #A76EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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