Html Css Color HEX #A75C82 Strikemaster

📋 copy color: '#A75C82'

red 167 ◦ green 92 ◦ blue 130

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

Shades of Strikemaster #A75C82

Tints of Strikemaster #A75C82

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 42.93%
G = 23.65%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A75C82 (or 0xA75C82) is known color: Strikemaster. HEX triplet: A7, 5C and 82. RGB value is (167,92,130). Sum of RGB (Red+Green+Blue) = 167+92+130=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C82 is #58A37D. Grayscale: #767676. Windows color (decimal): -5809022 or 8543399. OLE color: 8543399.

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

Color convert

RGB 167 92 130 -
CMYK 0 0.45 0.22 0.35
HSL 329.6º 0.3% 0.51% -
HSV(B) 329.6º 0.45% 0.65% -
XYZ 23.79 17.48 23.24 -
YUV 118.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 167 92 130 0 0.45 0.22 0.35 329.6 0.3 0.51
Hex A7 5C 82 0 2D 16 23 14A 1E 33
Octal 247 134 202 0 55 26 43 512 36 63
Binary 10100111 1011100 10000010 0 101101 10110 100011 101001010 11110 110011

Color Harmonies of #A75C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C82

Black with #A75C82

Text Example


Text Example

White with #A75C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C82; }

 p { color: rgb(167,92,130); }

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

background-color css

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

 a { background-color: rgb(167,92,130); }

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

border-color css

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

 span { border-color: rgb(167,92,130); }

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