Html Css Color HEX #AC5C8A Strikemaster

📋 copy color: '#AC5C8A'

red 172 ◦ green 92 ◦ blue 138

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

Shades of Strikemaster #AC5C8A

Tints of Strikemaster #AC5C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 42.79%
G = 22.89%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC5C8A (or 0xAC5C8A) is known color: Strikemaster. HEX triplet: AC, 5C and 8A. RGB value is (172,92,138). Sum of RGB (Red+Green+Blue) = 172+92+138=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C8A is #53A375. Grayscale: #797979. Windows color (decimal): -5481334 or 9067692. OLE color: 9067692.

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

Color convert

RGB 172 92 138 -
CMYK 0 0.47 0.20 0.33
HSL 325.5º 0.33% 0.52% -
HSV(B) 325.5º 0.47% 0.67% -
XYZ 25.43 18.26 26.23 -
YUV 121.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 172 92 138 0 0.47 0.20 0.33 325.5 0.33 0.52
Hex AC 5C 8A 0 2F 14 21 146 21 34
Octal 254 134 212 0 57 24 41 506 41 64
Binary 10101100 1011100 10001010 0 101111 10100 100001 101000110 100001 110100

Color Harmonies of #AC5C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C8A

Black with #AC5C8A

Text Example


Text Example

White with #AC5C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C8A; }

 p { color: rgb(172,92,138); }

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

background-color css

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

 a { background-color: rgb(172,92,138); }

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

border-color css

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

 span { border-color: rgb(172,92,138); }

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