Html Css Color HEX #A76BAC Violet Blue

📋 copy color: '#A76BAC'

red 167 ◦ green 107 ◦ blue 172

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

Shades of Violet Blue #A76BAC

Tints of Violet Blue #A76BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

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

R = 37.44%
G = 23.99%
B = 38.57%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A76BAC (or 0xA76BAC) is known color: Violet Blue. HEX triplet: A7, 6B and AC. RGB value is (167,107,172). Sum of RGB (Red+Green+Blue) = 167+107+172=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #A76BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BAC is #589453. Grayscale: #848484. Windows color (decimal): -5805140 or 11299751. OLE color: 11299751.

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

Color convert

RGB 167 107 172 -
CMYK 0.03 0.38 0 0.33
HSL 295.38º 0.28% 0.55% -
HSV(B) 295.38º 0.38% 0.67% -
XYZ 28.64 21.71 41.71 -
YUV 132.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 167 107 172 0.03 0.38 0 0.33 295.38 0.28 0.55
Hex A7 6B AC 3 26 0 21 127 1C 37
Octal 247 153 254 3 46 0 41 447 34 67
Binary 10100111 1101011 10101100 11 100110 0 100001 100100111 11100 110111

Color Harmonies of #A76BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BAC

Black with #A76BAC

Text Example


Text Example

White with #A76BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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