Html Css Color HEX #AC638F Strikemaster

📋 copy color: '#AC638F'

red 172 ◦ green 99 ◦ blue 143

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

Shades of Strikemaster #AC638F

Tints of Strikemaster #AC638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 41.55%
G = 23.91%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC638F (or 0xAC638F) is known color: Strikemaster. HEX triplet: AC, 63 and 8F. RGB value is (172,99,143). Sum of RGB (Red+Green+Blue) = 172+99+143=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC638F is #539C70. Grayscale: #7D7D7D. Windows color (decimal): -5479537 or 9397164. OLE color: 9397164.

HSL color Cylindrical-coordinate representation of color #AC638F: hue angle of 323.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC638F is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 143 -
CMYK 0 0.42 0.17 0.33
HSL 323.84º 0.31% 0.53% -
HSV(B) 323.84º 0.42% 0.67% -
XYZ 26.43 19.68 28.39 -
YUV 125.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 172 99 143 0 0.42 0.17 0.33 323.84 0.31 0.53
Hex AC 63 8F 0 2A 11 21 144 1F 35
Octal 254 143 217 0 52 21 41 504 37 65
Binary 10101100 1100011 10001111 0 101010 10001 100001 101000100 11111 110101

Color Harmonies of #AC638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC638F

Black with #AC638F

Text Example


Text Example

White with #AC638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC638F; }

 p { color: rgb(172,99,143); }

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

background-color css

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

 a { background-color: rgb(172,99,143); }

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

border-color css

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

 span { border-color: rgb(172,99,143); }

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