Html Css Color HEX #A75B83 Strikemaster

📋 copy color: '#A75B83'

red 167 ◦ green 91 ◦ blue 131

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

Shades of Strikemaster #A75B83

Tints of Strikemaster #A75B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 42.93%
G = 23.39%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A75B83 (or 0xA75B83) is known color: Strikemaster. HEX triplet: A7, 5B and 83. RGB value is (167,91,131). Sum of RGB (Red+Green+Blue) = 167+91+131=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B83 is #58A47C. Grayscale: #767676. Windows color (decimal): -5809277 or 8608679. OLE color: 8608679.

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

Color convert

RGB 167 91 131 -
CMYK 0 0.46 0.22 0.35
HSL 328.42º 0.3% 0.51% -
HSV(B) 328.42º 0.46% 0.65% -
XYZ 23.77 17.34 23.57 -
YUV 118.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 167 91 131 0 0.46 0.22 0.35 328.42 0.3 0.51
Hex A7 5B 83 0 2E 16 23 148 1E 33
Octal 247 133 203 0 56 26 43 510 36 63
Binary 10100111 1011011 10000011 0 101110 10110 100011 101001000 11110 110011

Color Harmonies of #A75B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B83

Black with #A75B83

Text Example


Text Example

White with #A75B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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