Html Css Color HEX #A75B81 Strikemaster

📋 copy color: '#A75B81'

red 167 ◦ green 91 ◦ blue 129

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

Shades of Strikemaster #A75B81

Tints of Strikemaster #A75B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.33%

R = 43.15%
G = 23.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A75B81 (or 0xA75B81) is known color: Strikemaster. HEX triplet: A7, 5B and 81. RGB value is (167,91,129). Sum of RGB (Red+Green+Blue) = 167+91+129=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B81 is #58A47E. Grayscale: #757575. Windows color (decimal): -5809279 or 8477607. OLE color: 8477607.

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

Color convert

RGB 167 91 129 -
CMYK 0 0.46 0.23 0.35
HSL 330º 0.3% 0.51% -
HSV(B) 330º 0.46% 0.65% -
XYZ 23.64 17.28 22.86 -
YUV 118.06 134.18 162.91 -
System Red Green Blue C M Y K H S L
Decimal 167 91 129 0 0.46 0.23 0.35 330 0.3 0.51
Hex A7 5B 81 0 2E 17 23 14A 1E 33
Octal 247 133 201 0 56 27 43 512 36 63
Binary 10100111 1011011 10000001 0 101110 10111 100011 101001010 11110 110011

Color Harmonies of #A75B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B81

Black with #A75B81

Text Example


Text Example

White with #A75B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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