Html Css Color HEX #A75386 Strikemaster

📋 copy color: '#A75386'

red 167 ◦ green 83 ◦ blue 134

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

Shades of Strikemaster #A75386

Tints of Strikemaster #A75386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 43.49%
G = 21.61%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75386 (or 0xA75386) is known color: Strikemaster. HEX triplet: A7, 53 and 86. RGB value is (167,83,134). Sum of RGB (Red+Green+Blue) = 167+83+134=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75386 is #58AC79. Grayscale: #717171. Windows color (decimal): -5811322 or 8803239. OLE color: 8803239.

HSL color Cylindrical-coordinate representation of color #A75386: hue angle of 323.57º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75386 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 83 134 -
CMYK 0 0.50 0.20 0.35
HSL 323.57º 0.34% 0.49% -
HSV(B) 323.57º 0.5% 0.65% -
XYZ 23.33 16.12 24.44 -
YUV 113.93 139.33 165.85 -
System Red Green Blue C M Y K H S L
Decimal 167 83 134 0 0.50 0.20 0.35 323.57 0.34 0.49
Hex A7 53 86 0 32 14 23 144 22 31
Octal 247 123 206 0 62 24 43 504 42 61
Binary 10100111 1010011 10000110 0 110010 10100 100011 101000100 100010 110001

Color Harmonies of #A75386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75386

Black with #A75386

Text Example


Text Example

White with #A75386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75386; }

 p { color: rgb(167,83,134); }

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

background-color css

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

 a { background-color: rgb(167,83,134); }

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

border-color css

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

 span { border-color: rgb(167,83,134); }

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