Html Css Color HEX #AC5D8E Strikemaster

📋 copy color: '#AC5D8E'

red 172 ◦ green 93 ◦ blue 142

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

Shades of Strikemaster #AC5D8E

Tints of Strikemaster #AC5D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 42.26%
G = 22.85%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC5D8E (or 0xAC5D8E) is known color: Strikemaster. HEX triplet: AC, 5D and 8E. RGB value is (172,93,142). Sum of RGB (Red+Green+Blue) = 172+93+142=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D8E is #53A271. Grayscale: #7A7A7A. Windows color (decimal): -5481074 or 9330092. OLE color: 9330092.

HSL color Cylindrical-coordinate representation of color #AC5D8E: hue angle of 322.78º 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 #AC5D8E is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 142 -
CMYK 0 0.46 0.17 0.33
HSL 322.78º 0.32% 0.52% -
HSV(B) 322.78º 0.46% 0.67% -
XYZ 25.81 18.55 27.81 -
YUV 122.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 172 93 142 0 0.46 0.17 0.33 322.78 0.32 0.52
Hex AC 5D 8E 0 2E 11 21 143 20 34
Octal 254 135 216 0 56 21 41 503 40 64
Binary 10101100 1011101 10001110 0 101110 10001 100001 101000011 100000 110100

Color Harmonies of #AC5D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D8E

Black with #AC5D8E

Text Example


Text Example

White with #AC5D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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