Html Css Color HEX #A75C97 Violet Blue

📋 copy color: '#A75C97'

red 167 ◦ green 92 ◦ blue 151

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

Shades of Violet Blue #A75C97

Tints of Violet Blue #A75C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.44%

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

R = 40.73%
G = 22.44%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A75C97 (or 0xA75C97) is known color: Violet Blue. HEX triplet: A7, 5C and 97. RGB value is (167,92,151). Sum of RGB (Red+Green+Blue) = 167+92+151=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C97 is #58A368. Grayscale: #787878. Windows color (decimal): -5809001 or 9919655. OLE color: 9919655.

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

Color convert

RGB 167 92 151 -
CMYK 0 0.45 0.10 0.35
HSL 312.8º 0.3% 0.51% -
HSV(B) 312.8º 0.45% 0.65% -
XYZ 25.35 18.1 31.44 -
YUV 121.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 167 92 151 0 0.45 0.10 0.35 312.8 0.3 0.51
Hex A7 5C 97 0 2D A 23 139 1E 33
Octal 247 134 227 0 55 12 43 471 36 63
Binary 10100111 1011100 10010111 0 101101 1010 100011 100111001 11110 110011

Color Harmonies of #A75C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C97

Black with #A75C97

Text Example


Text Example

White with #A75C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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