Html Css Color HEX #A76696 Violet Blue

📋 copy color: '#A76696'

red 167 ◦ green 102 ◦ blue 150

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

Shades of Violet Blue #A76696

Tints of Violet Blue #A76696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 39.86%
G = 24.34%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A76696 (or 0xA76696) is known color: Violet Blue. HEX triplet: A7, 66 and 96. RGB value is (167,102,150). Sum of RGB (Red+Green+Blue) = 167+102+150=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A76696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76696 is #589969. Grayscale: #7E7E7E. Windows color (decimal): -5806442 or 9856679. OLE color: 9856679.

HSL color Cylindrical-coordinate representation of color #A76696: hue angle of 315.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A76696 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 150 -
CMYK 0 0.39 0.10 0.35
HSL 315.69º 0.27% 0.53% -
HSV(B) 315.69º 0.39% 0.65% -
XYZ 26.19 19.92 31.32 -
YUV 126.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 167 102 150 0 0.39 0.10 0.35 315.69 0.27 0.53
Hex A7 66 96 0 27 A 23 13C 1B 35
Octal 247 146 226 0 47 12 43 474 33 65
Binary 10100111 1100110 10010110 0 100111 1010 100011 100111100 11011 110101

Color Harmonies of #A76696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76696

Black with #A76696

Text Example


Text Example

White with #A76696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76696; }

 p { color: rgb(167,102,150); }

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

background-color css

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

 a { background-color: rgb(167,102,150); }

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

border-color css

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

 span { border-color: rgb(167,102,150); }

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