Html Css Color HEX #A76A9C Violet Blue

📋 copy color: '#A76A9C'

red 167 ◦ green 106 ◦ blue 156

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

Shades of Violet Blue #A76A9C

Tints of Violet Blue #A76A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 38.93%
G = 24.71%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A76A9C (or 0xA76A9C) is known color: Violet Blue. HEX triplet: A7, 6A and 9C. RGB value is (167,106,156). Sum of RGB (Red+Green+Blue) = 167+106+156=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76A9C is #589563. Grayscale: #818181. Windows color (decimal): -5805412 or 10250919. OLE color: 10250919.

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

Color convert

RGB 167 106 156 -
CMYK 0 0.37 0.07 0.35
HSL 310.82º 0.26% 0.54% -
HSV(B) 310.82º 0.37% 0.65% -
XYZ 27.09 20.92 34.06 -
YUV 129.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 167 106 156 0 0.37 0.07 0.35 310.82 0.26 0.54
Hex A7 6A 9C 0 25 7 23 137 1A 36
Octal 247 152 234 0 45 7 43 467 32 66
Binary 10100111 1101010 10011100 0 100101 111 100011 100110111 11010 110110

Color Harmonies of #A76A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A9C

Black with #A76A9C

Text Example


Text Example

White with #A76A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A9C; }

 p { color: rgb(167,106,156); }

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

background-color css

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

 a { background-color: rgb(167,106,156); }

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

border-color css

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

 span { border-color: rgb(167,106,156); }

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