Html Css Color HEX #A76296 Violet Blue

📋 copy color: '#A76296'

red 167 ◦ green 98 ◦ blue 150

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

Shades of Violet Blue #A76296

Tints of Violet Blue #A76296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

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

R = 40.24%
G = 23.61%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A76296 (or 0xA76296) is known color: Violet Blue. HEX triplet: A7, 62 and 96. RGB value is (167,98,150). Sum of RGB (Red+Green+Blue) = 167+98+150=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A76296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76296 is #589D69. Grayscale: #7C7C7C. Windows color (decimal): -5807466 or 9855655. OLE color: 9855655.

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

Color convert

RGB 167 98 150 -
CMYK 0 0.41 0.10 0.35
HSL 314.78º 0.28% 0.52% -
HSV(B) 314.78º 0.41% 0.65% -
XYZ 25.81 19.15 31.19 -
YUV 124.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 167 98 150 0 0.41 0.10 0.35 314.78 0.28 0.52
Hex A7 62 96 0 29 A 23 13B 1C 34
Octal 247 142 226 0 51 12 43 473 34 64
Binary 10100111 1100010 10010110 0 101001 1010 100011 100111011 11100 110100

Color Harmonies of #A76296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76296

Black with #A76296

Text Example


Text Example

White with #A76296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76296; }

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

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

background-color css

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

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

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

border-color css

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

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

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