Html Css Color HEX #A75B96 Violet Blue

📋 copy color: '#A75B96'

red 167 ◦ green 91 ◦ blue 150

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

Shades of Violet Blue #A75B96

Tints of Violet Blue #A75B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 40.93%
G = 22.3%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A75B96 (or 0xA75B96) is known color: Violet Blue. HEX triplet: A7, 5B and 96. RGB value is (167,91,150). Sum of RGB (Red+Green+Blue) = 167+91+150=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B96 is #58A469. Grayscale: #787878. Windows color (decimal): -5809258 or 9853863. OLE color: 9853863.

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

Color convert

RGB 167 91 150 -
CMYK 0 0.46 0.10 0.35
HSL 313.42º 0.3% 0.51% -
HSV(B) 313.42º 0.46% 0.65% -
XYZ 25.18 17.9 30.98 -
YUV 120.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 167 91 150 0 0.46 0.10 0.35 313.42 0.3 0.51
Hex A7 5B 96 0 2E A 23 139 1E 33
Octal 247 133 226 0 56 12 43 471 36 63
Binary 10100111 1011011 10010110 0 101110 1010 100011 100111001 11110 110011

Color Harmonies of #A75B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B96

Black with #A75B96

Text Example


Text Example

White with #A75B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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