Html Css Color HEX #A75C85 Strikemaster

📋 copy color: '#A75C85'

red 167 ◦ green 92 ◦ blue 133

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

Shades of Strikemaster #A75C85

Tints of Strikemaster #A75C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 42.6%
G = 23.47%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75C85 (or 0xA75C85) is known color: Strikemaster. HEX triplet: A7, 5C and 85. RGB value is (167,92,133). Sum of RGB (Red+Green+Blue) = 167+92+133=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C85 is #58A37A. Grayscale: #777777. Windows color (decimal): -5809019 or 8740007. OLE color: 8740007.

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

Color convert

RGB 167 92 133 -
CMYK 0 0.45 0.20 0.35
HSL 327.2º 0.3% 0.51% -
HSV(B) 327.2º 0.45% 0.65% -
XYZ 24 17.56 24.32 -
YUV 119.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 167 92 133 0 0.45 0.20 0.35 327.2 0.3 0.51
Hex A7 5C 85 0 2D 14 23 147 1E 33
Octal 247 134 205 0 55 24 43 507 36 63
Binary 10100111 1011100 10000101 0 101101 10100 100011 101000111 11110 110011

Color Harmonies of #A75C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C85

Black with #A75C85

Text Example


Text Example

White with #A75C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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