Html Css Color HEX #A75397 Violet Blue

📋 copy color: '#A75397'

red 167 ◦ green 83 ◦ blue 151

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

Shades of Violet Blue #A75397

Tints of Violet Blue #A75397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

 BLUE value IS 151 (59.38% from 255) = 37.66%

R = 41.65%
G = 20.7%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A75397 (or 0xA75397) is known color: Violet Blue. HEX triplet: A7, 53 and 97. RGB value is (167,83,151). Sum of RGB (Red+Green+Blue) = 167+83+151=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75397 is #58AC68. Grayscale: #737373. Windows color (decimal): -5811305 or 9917351. OLE color: 9917351.

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

Color convert

RGB 167 83 151 -
CMYK 0 0.50 0.10 0.35
HSL 311.43º 0.34% 0.49% -
HSV(B) 311.43º 0.5% 0.65% -
XYZ 24.62 16.64 31.19 -
YUV 115.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 167 83 151 0 0.50 0.10 0.35 311.43 0.34 0.49
Hex A7 53 97 0 32 A 23 137 22 31
Octal 247 123 227 0 62 12 43 467 42 61
Binary 10100111 1010011 10010111 0 110010 1010 100011 100110111 100010 110001

Color Harmonies of #A75397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75397

Black with #A75397

Text Example


Text Example

White with #A75397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75397; }

 p { color: rgb(167,83,151); }

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

background-color css

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

 a { background-color: rgb(167,83,151); }

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

border-color css

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

 span { border-color: rgb(167,83,151); }

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