Html Css Color HEX #A75788 Strikemaster

📋 copy color: '#A75788'

red 167 ◦ green 87 ◦ blue 136

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

Shades of Strikemaster #A75788

Tints of Strikemaster #A75788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 42.82%
G = 22.31%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A75788 (or 0xA75788) is known color: Strikemaster. HEX triplet: A7, 57 and 88. RGB value is (167,87,136). Sum of RGB (Red+Green+Blue) = 167+87+136=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A75788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75788 is #58A877. Grayscale: #747474. Windows color (decimal): -5810296 or 8935335. OLE color: 8935335.

HSL color Cylindrical-coordinate representation of color #A75788: hue angle of 323.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75788 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 87 136 -
CMYK 0 0.48 0.19 0.35
HSL 323.25º 0.31% 0.5% -
HSV(B) 323.25º 0.48% 0.65% -
XYZ 23.79 16.81 25.28 -
YUV 116.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 167 87 136 0 0.48 0.19 0.35 323.25 0.31 0.5
Hex A7 57 88 0 30 13 23 143 1F 32
Octal 247 127 210 0 60 23 43 503 37 62
Binary 10100111 1010111 10001000 0 110000 10011 100011 101000011 11111 110010

Color Harmonies of #A75788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75788

Black with #A75788

Text Example


Text Example

White with #A75788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75788; }

 p { color: rgb(167,87,136); }

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

background-color css

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

 a { background-color: rgb(167,87,136); }

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

border-color css

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

 span { border-color: rgb(167,87,136); }

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