Html Css Color HEX #A75296 Violet Blue

📋 copy color: '#A75296'

red 167 ◦ green 82 ◦ blue 150

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

Shades of Violet Blue #A75296

Tints of Violet Blue #A75296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

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

R = 41.85%
G = 20.55%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A75296 (or 0xA75296) is known color: Violet Blue. HEX triplet: A7, 52 and 96. RGB value is (167,82,150). Sum of RGB (Red+Green+Blue) = 167+82+150=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A75296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75296 is #58AD69. Grayscale: #727272. Windows color (decimal): -5811562 or 9851559. OLE color: 9851559.

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

Color convert

RGB 167 82 150 -
CMYK 0 0.51 0.10 0.35
HSL 312º 0.34% 0.49% -
HSV(B) 312º 0.51% 0.65% -
XYZ 24.46 16.45 30.74 -
YUV 115.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 167 82 150 0 0.51 0.10 0.35 312 0.34 0.49
Hex A7 52 96 0 33 A 23 138 22 31
Octal 247 122 226 0 63 12 43 470 42 61
Binary 10100111 1010010 10010110 0 110011 1010 100011 100111000 100010 110001

Color Harmonies of #A75296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75296

Black with #A75296

Text Example


Text Example

White with #A75296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75296; }

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

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

background-color css

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

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

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

border-color css

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

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

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