Html Css Color HEX #A75A95 Violet Blue

📋 copy color: '#A75A95'

red 167 ◦ green 90 ◦ blue 149

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

Shades of Violet Blue #A75A95

Tints of Violet Blue #A75A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

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

R = 41.13%
G = 22.17%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A75A95 (or 0xA75A95) is known color: Violet Blue. HEX triplet: A7, 5A and 95. RGB value is (167,90,149). Sum of RGB (Red+Green+Blue) = 167+90+149=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A95 is #58A56A. Grayscale: #777777. Windows color (decimal): -5809515 or 9788071. OLE color: 9788071.

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

Color convert

RGB 167 90 149 -
CMYK 0 0.46 0.11 0.35
HSL 314.03º 0.3% 0.5% -
HSV(B) 314.03º 0.46% 0.65% -
XYZ 25.02 17.7 30.53 -
YUV 119.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 167 90 149 0 0.46 0.11 0.35 314.03 0.3 0.5
Hex A7 5A 95 0 2E B 23 13A 1E 32
Octal 247 132 225 0 56 13 43 472 36 62
Binary 10100111 1011010 10010101 0 101110 1011 100011 100111010 11110 110010

Color Harmonies of #A75A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A95

Black with #A75A95

Text Example


Text Example

White with #A75A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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