Html Css Color HEX #A75B8C Strikemaster

📋 copy color: '#A75B8C'

red 167 ◦ green 91 ◦ blue 140

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

Shades of Strikemaster #A75B8C

Tints of Strikemaster #A75B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 41.96%
G = 22.86%
B = 35.18%

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

#A75B8C (or 0xA75B8C) is known color: Strikemaster. HEX triplet: A7, 5B and 8C. RGB value is (167,91,140). Sum of RGB (Red+Green+Blue) = 167+91+140=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B8C is #58A473. Grayscale: #777777. Windows color (decimal): -5809268 or 9198503. OLE color: 9198503.

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

Color convert

RGB 167 91 140 -
CMYK 0 0.46 0.16 0.35
HSL 321.32º 0.3% 0.51% -
HSV(B) 321.32º 0.46% 0.65% -
XYZ 24.41 17.59 26.92 -
YUV 119.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 167 91 140 0 0.46 0.16 0.35 321.32 0.3 0.51
Hex A7 5B 8C 0 2E 10 23 141 1E 33
Octal 247 133 214 0 56 20 43 501 36 63
Binary 10100111 1011011 10001100 0 101110 10000 100011 101000001 11110 110011

Color Harmonies of #A75B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B8C

Black with #A75B8C

Text Example


Text Example

White with #A75B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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