Html Css Color HEX #A75C95 Violet Blue

📋 copy color: '#A75C95'

red 167 ◦ green 92 ◦ blue 149

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

Shades of Violet Blue #A75C95

Tints of Violet Blue #A75C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 40.93%
G = 22.55%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A75C95 (or 0xA75C95) is known color: Violet Blue. HEX triplet: A7, 5C and 95. RGB value is (167,92,149). Sum of RGB (Red+Green+Blue) = 167+92+149=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C95 is #58A36A. Grayscale: #787878. Windows color (decimal): -5809003 or 9788583. OLE color: 9788583.

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

Color convert

RGB 167 92 149 -
CMYK 0 0.45 0.11 0.35
HSL 314.4º 0.3% 0.51% -
HSV(B) 314.4º 0.45% 0.65% -
XYZ 25.19 18.04 30.59 -
YUV 120.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 167 92 149 0 0.45 0.11 0.35 314.4 0.3 0.51
Hex A7 5C 95 0 2D B 23 13A 1E 33
Octal 247 134 225 0 55 13 43 472 36 63
Binary 10100111 1011100 10010101 0 101101 1011 100011 100111010 11110 110011

Color Harmonies of #A75C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C95

Black with #A75C95

Text Example


Text Example

White with #A75C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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