Html Css Color HEX #A75286 Strikemaster

📋 copy color: '#A75286'

red 167 ◦ green 82 ◦ blue 134

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

Shades of Strikemaster #A75286

Tints of Strikemaster #A75286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

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

R = 43.6%
G = 21.41%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75286 (or 0xA75286) is known color: Strikemaster. HEX triplet: A7, 52 and 86. RGB value is (167,82,134). Sum of RGB (Red+Green+Blue) = 167+82+134=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A75286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75286 is #58AD79. Grayscale: #717171. Windows color (decimal): -5811578 or 8802983. OLE color: 8802983.

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

Color convert

RGB 167 82 134 -
CMYK 0 0.51 0.20 0.35
HSL 323.29º 0.34% 0.49% -
HSV(B) 323.29º 0.51% 0.65% -
XYZ 23.26 15.97 24.41 -
YUV 113.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 167 82 134 0 0.51 0.20 0.35 323.29 0.34 0.49
Hex A7 52 86 0 33 14 23 143 22 31
Octal 247 122 206 0 63 24 43 503 42 61
Binary 10100111 1010010 10000110 0 110011 10100 100011 101000011 100010 110001

Color Harmonies of #A75286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75286

Black with #A75286

Text Example


Text Example

White with #A75286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75286; }

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

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

background-color css

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

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

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

border-color css

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

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

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