Html Css Color HEX #AC638D Strikemaster

📋 copy color: '#AC638D'

red 172 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #AC638D

Tints of Strikemaster #AC638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 41.75%
G = 24.03%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC638D (or 0xAC638D) is known color: Strikemaster. HEX triplet: AC, 63 and 8D. RGB value is (172,99,141). Sum of RGB (Red+Green+Blue) = 172+99+141=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC638D is #539C72. Grayscale: #7D7D7D. Windows color (decimal): -5479539 or 9266092. OLE color: 9266092.

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

Color convert

RGB 172 99 141 -
CMYK 0 0.42 0.18 0.33
HSL 325.48º 0.31% 0.53% -
HSV(B) 325.48º 0.42% 0.67% -
XYZ 26.28 19.62 27.6 -
YUV 125.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 172 99 141 0 0.42 0.18 0.33 325.48 0.31 0.53
Hex AC 63 8D 0 2A 12 21 145 1F 35
Octal 254 143 215 0 52 22 41 505 37 65
Binary 10101100 1100011 10001101 0 101010 10010 100001 101000101 11111 110101

Color Harmonies of #AC638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC638D

Black with #AC638D

Text Example


Text Example

White with #AC638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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