Html Css Color HEX #A76095 Violet Blue

📋 copy color: '#A76095'

red 167 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #A76095

Tints of Violet Blue #A76095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 40.53%
G = 23.3%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A76095 (or 0xA76095) is known color: Violet Blue. HEX triplet: A7, 60 and 95. RGB value is (167,96,149). Sum of RGB (Red+Green+Blue) = 167+96+149=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A76095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76095 is #589F6A. Grayscale: #7B7B7B. Windows color (decimal): -5807979 or 9789607. OLE color: 9789607.

HSL color Cylindrical-coordinate representation of color #A76095: hue angle of 315.21º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76095 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 149 -
CMYK 0 0.43 0.11 0.35
HSL 315.21º 0.29% 0.52% -
HSV(B) 315.21º 0.43% 0.65% -
XYZ 25.54 18.75 30.71 -
YUV 123.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 167 96 149 0 0.43 0.11 0.35 315.21 0.29 0.52
Hex A7 60 95 0 2B B 23 13B 1D 34
Octal 247 140 225 0 53 13 43 473 35 64
Binary 10100111 1100000 10010101 0 101011 1011 100011 100111011 11101 110100

Color Harmonies of #A76095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76095

Black with #A76095

Text Example


Text Example

White with #A76095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76095; }

 p { color: rgb(167,96,149); }

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

background-color css

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

 a { background-color: rgb(167,96,149); }

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

border-color css

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

 span { border-color: rgb(167,96,149); }

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