Html Css Color HEX #A76D9D Violet Blue

📋 copy color: '#A76D9D'

red 167 ◦ green 109 ◦ blue 157

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

Shades of Violet Blue #A76D9D

Tints of Violet Blue #A76D9D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 38.57%
G = 25.17%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A76D9D (or 0xA76D9D) is known color: Violet Blue. HEX triplet: A7, 6D and 9D. RGB value is (167,109,157). Sum of RGB (Red+Green+Blue) = 167+109+157=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76D9D is #589262. Grayscale: #838383. Windows color (decimal): -5804643 or 10317223. OLE color: 10317223.

HSL color Cylindrical-coordinate representation of color #A76D9D: hue angle of 310.34º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A76D9D is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 109 157 -
CMYK 0 0.35 0.06 0.35
HSL 310.34º 0.25% 0.54% -
HSV(B) 310.34º 0.35% 0.65% -
XYZ 27.49 21.59 34.62 -
YUV 131.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 167 109 157 0 0.35 0.06 0.35 310.34 0.25 0.54
Hex A7 6D 9D 0 23 6 23 136 19 36
Octal 247 155 235 0 43 6 43 466 31 66
Binary 10100111 1101101 10011101 0 100011 110 100011 100110110 11001 110110

Color Harmonies of #A76D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D9D

Black with #A76D9D

Text Example


Text Example

White with #A76D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D9D; }

 p { color: rgb(167,109,157); }

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

background-color css

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

 a { background-color: rgb(167,109,157); }

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

border-color css

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

 span { border-color: rgb(167,109,157); }

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