Html Css Color HEX #A76094 Violet Blue

📋 copy color: '#A76094'

red 167 ◦ green 96 ◦ blue 148

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

Shades of Violet Blue #A76094

Tints of Violet Blue #A76094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 40.63%
G = 23.36%
B = 36.01%

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

#A76094 (or 0xA76094) is known color: Violet Blue. HEX triplet: A7, 60 and 94. RGB value is (167,96,148). Sum of RGB (Red+Green+Blue) = 167+96+148=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A76094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76094 is #589F6B. Grayscale: #7B7B7B. Windows color (decimal): -5807980 or 9724071. OLE color: 9724071.

HSL color Cylindrical-coordinate representation of color #A76094: hue angle of 316.06º 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 #A76094 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 148 -
CMYK 0 0.43 0.11 0.35
HSL 316.06º 0.29% 0.52% -
HSV(B) 316.06º 0.43% 0.65% -
XYZ 25.46 18.72 30.29 -
YUV 123.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 167 96 148 0 0.43 0.11 0.35 316.06 0.29 0.52
Hex A7 60 94 0 2B B 23 13C 1D 34
Octal 247 140 224 0 53 13 43 474 35 64
Binary 10100111 1100000 10010100 0 101011 1011 100011 100111100 11101 110100

Color Harmonies of #A76094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76094

Black with #A76094

Text Example


Text Example

White with #A76094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76094; }

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

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

background-color css

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

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

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

border-color css

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

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

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