Html Css Color HEX #A75B95 Violet Blue

📋 copy color: '#A75B95'

red 167 ◦ green 91 ◦ blue 149

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

Shades of Violet Blue #A75B95

Tints of Violet Blue #A75B95

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.36%

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

R = 41.03%
G = 22.36%
B = 36.61%

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

#A75B95 (or 0xA75B95) is known color: Violet Blue. HEX triplet: A7, 5B and 95. RGB value is (167,91,149). Sum of RGB (Red+Green+Blue) = 167+91+149=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B95 is #58A46A. Grayscale: #787878. Windows color (decimal): -5809259 or 9788327. OLE color: 9788327.

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

Color convert

RGB 167 91 149 -
CMYK 0 0.46 0.11 0.35
HSL 314.21º 0.3% 0.51% -
HSV(B) 314.21º 0.46% 0.65% -
XYZ 25.1 17.87 30.56 -
YUV 120.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 167 91 149 0 0.46 0.11 0.35 314.21 0.3 0.51
Hex A7 5B 95 0 2E B 23 13A 1E 33
Octal 247 133 225 0 56 13 43 472 36 63
Binary 10100111 1011011 10010101 0 101110 1011 100011 100111010 11110 110011

Color Harmonies of #A75B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B95

Black with #A75B95

Text Example


Text Example

White with #A75B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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