Html Css Color HEX #A76BAD Violet Blue

📋 copy color: '#A76BAD'

red 167 ◦ green 107 ◦ blue 173

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

Shades of Violet Blue #A76BAD

Tints of Violet Blue #A76BAD

RGB

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

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

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

R = 37.36%
G = 23.94%
B = 38.7%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A76BAD (or 0xA76BAD) is known color: Violet Blue. HEX triplet: A7, 6B and AD. RGB value is (167,107,173). Sum of RGB (Red+Green+Blue) = 167+107+173=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A76BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76BAD is #589452. Grayscale: #848484. Windows color (decimal): -5805139 or 11365287. OLE color: 11365287.

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

Color convert

RGB 167 107 173 -
CMYK 0.03 0.38 0 0.32
HSL 294.55º 0.29% 0.55% -
HSV(B) 294.55º 0.38% 0.68% -
XYZ 28.74 21.75 42.22 -
YUV 132.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 167 107 173 0.03 0.38 0 0.32 294.55 0.29 0.55
Hex A7 6B AD 3 26 0 20 127 1D 37
Octal 247 153 255 3 46 0 40 447 35 67
Binary 10100111 1101011 10101101 11 100110 0 100000 100100111 11101 110111

Color Harmonies of #A76BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76BAD

Black with #A76BAD

Text Example


Text Example

White with #A76BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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