Html Css Color HEX #A75A8C Strikemaster

📋 copy color: '#A75A8C'

red 167 ◦ green 90 ◦ blue 140

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

Shades of Strikemaster #A75A8C

Tints of Strikemaster #A75A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 42.07%
G = 22.67%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A75A8C (or 0xA75A8C) is known color: Strikemaster. HEX triplet: A7, 5A and 8C. RGB value is (167,90,140). Sum of RGB (Red+Green+Blue) = 167+90+140=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A8C is #58A573. Grayscale: #767676. Windows color (decimal): -5809524 or 9198247. OLE color: 9198247.

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

Color convert

RGB 167 90 140 -
CMYK 0 0.46 0.16 0.35
HSL 321.04º 0.3% 0.5% -
HSV(B) 321.04º 0.46% 0.65% -
XYZ 24.33 17.42 26.89 -
YUV 118.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 167 90 140 0 0.46 0.16 0.35 321.04 0.3 0.5
Hex A7 5A 8C 0 2E 10 23 141 1E 32
Octal 247 132 214 0 56 20 43 501 36 62
Binary 10100111 1011010 10001100 0 101110 10000 100011 101000001 11110 110010

Color Harmonies of #A75A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A8C

Black with #A75A8C

Text Example


Text Example

White with #A75A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A8C; }

 p { color: rgb(167,90,140); }

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

background-color css

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

 a { background-color: rgb(167,90,140); }

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

border-color css

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

 span { border-color: rgb(167,90,140); }

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