Html Css Color HEX #AE618F Strikemaster

📋 copy color: '#AE618F'

red 174 ◦ green 97 ◦ blue 143

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

Shades of Strikemaster #AE618F

Tints of Strikemaster #AE618F

RGB

 RED value IS 174 (68.36% from 255) = 42.03%

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 42.03%
G = 23.43%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE618F (or 0xAE618F) is known color: Strikemaster. HEX triplet: AE, 61 and 8F. RGB value is (174,97,143). Sum of RGB (Red+Green+Blue) = 174+97+143=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE618F is #519E70. Grayscale: #7D7D7D. Windows color (decimal): -5348977 or 9396654. OLE color: 9396654.

HSL color Cylindrical-coordinate representation of color #AE618F: hue angle of 324.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE618F is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 97 143 -
CMYK 0 0.44 0.18 0.32
HSL 324.16º 0.32% 0.53% -
HSV(B) 324.16º 0.44% 0.68% -
XYZ 26.69 19.53 28.35 -
YUV 125.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 174 97 143 0 0.44 0.18 0.32 324.16 0.32 0.53
Hex AE 61 8F 0 2C 12 20 144 20 35
Octal 256 141 217 0 54 22 40 504 40 65
Binary 10101110 1100001 10001111 0 101100 10010 100000 101000100 100000 110101

Color Harmonies of #AE618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE618F

Black with #AE618F

Text Example


Text Example

White with #AE618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE618F; }

 p { color: rgb(174,97,143); }

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

background-color css

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

 a { background-color: rgb(174,97,143); }

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

border-color css

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

 span { border-color: rgb(174,97,143); }

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