Html Css Color HEX #A76FAC Violet Blue

📋 copy color: '#A76FAC'

red 167 ◦ green 111 ◦ blue 172

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

Shades of Violet Blue #A76FAC

Tints of Violet Blue #A76FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

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

R = 37.11%
G = 24.67%
B = 38.22%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A76FAC (or 0xA76FAC) is known color: Violet Blue. HEX triplet: A7, 6F and AC. RGB value is (167,111,172). Sum of RGB (Red+Green+Blue) = 167+111+172=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #A76FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76FAC is #589053. Grayscale: #868686. Windows color (decimal): -5804116 or 11300775. OLE color: 11300775.

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

Color convert

RGB 167 111 172 -
CMYK 0.03 0.35 0 0.33
HSL 295.08º 0.27% 0.55% -
HSV(B) 295.08º 0.35% 0.67% -
XYZ 29.07 22.56 41.85 -
YUV 134.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 167 111 172 0.03 0.35 0 0.33 295.08 0.27 0.55
Hex A7 6F AC 3 23 0 21 127 1B 37
Octal 247 157 254 3 43 0 41 447 33 67
Binary 10100111 1101111 10101100 11 100011 0 100001 100100111 11011 110111

Color Harmonies of #A76FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76FAC

Black with #A76FAC

Text Example


Text Example

White with #A76FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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