Html Css Color HEX #A75F83 Strikemaster

📋 copy color: '#A75F83'

red 167 ◦ green 95 ◦ blue 131

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

Shades of Strikemaster #A75F83

Tints of Strikemaster #A75F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

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

R = 42.49%
G = 24.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A75F83 (or 0xA75F83) is known color: Strikemaster. HEX triplet: A7, 5F and 83. RGB value is (167,95,131). Sum of RGB (Red+Green+Blue) = 167+95+131=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F83 is #58A07C. Grayscale: #787878. Windows color (decimal): -5808253 or 8609703. OLE color: 8609703.

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

Color convert

RGB 167 95 131 -
CMYK 0 0.43 0.22 0.35
HSL 330º 0.29% 0.51% -
HSV(B) 330º 0.43% 0.65% -
XYZ 24.13 18.04 23.68 -
YUV 120.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 167 95 131 0 0.43 0.22 0.35 330 0.29 0.51
Hex A7 5F 83 0 2B 16 23 14A 1D 33
Octal 247 137 203 0 53 26 43 512 35 63
Binary 10100111 1011111 10000011 0 101011 10110 100011 101001010 11101 110011

Color Harmonies of #A75F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F83

Black with #A75F83

Text Example


Text Example

White with #A75F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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