Html Css Color HEX #AC5D8B Strikemaster

📋 copy color: '#AC5D8B'

red 172 ◦ green 93 ◦ blue 139

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

Shades of Strikemaster #AC5D8B

Tints of Strikemaster #AC5D8B

RGB

 RED value IS 172 (67.58% from 255) = 42.57%

 GREEN value IS 93 (36.72% from 255) = 23.02%

 BLUE value IS 139 (54.69% from 255) = 34.41%

R = 42.57%
G = 23.02%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC5D8B (or 0xAC5D8B) is known color: Strikemaster. HEX triplet: AC, 5D and 8B. RGB value is (172,93,139). Sum of RGB (Red+Green+Blue) = 172+93+139=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D8B is #53A274. Grayscale: #797979. Windows color (decimal): -5481077 or 9133484. OLE color: 9133484.

HSL color Cylindrical-coordinate representation of color #AC5D8B: hue angle of 325.06º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D8B is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 139 -
CMYK 0 0.46 0.19 0.33
HSL 325.06º 0.32% 0.52% -
HSV(B) 325.06º 0.46% 0.67% -
XYZ 25.59 18.46 26.64 -
YUV 121.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 172 93 139 0 0.46 0.19 0.33 325.06 0.32 0.52
Hex AC 5D 8B 0 2E 13 21 145 20 34
Octal 254 135 213 0 56 23 41 505 40 64
Binary 10101100 1011101 10001011 0 101110 10011 100001 101000101 100000 110100

Color Harmonies of #AC5D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D8B

Black with #AC5D8B

Text Example


Text Example

White with #AC5D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D8B; }

 p { color: rgb(172,93,139); }

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

background-color css

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

 a { background-color: rgb(172,93,139); }

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

border-color css

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

 span { border-color: rgb(172,93,139); }

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