Html Css Color HEX #AE6190 Strikemaster

📋 copy color: '#AE6190'

red 174 ◦ green 97 ◦ blue 144

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

Shades of Strikemaster #AE6190

Tints of Strikemaster #AE6190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 41.93%
G = 23.37%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE6190 (or 0xAE6190) is known color: Strikemaster. HEX triplet: AE, 61 and 90. RGB value is (174,97,144). Sum of RGB (Red+Green+Blue) = 174+97+144=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6190 is #519E6F. Grayscale: #7D7D7D. Windows color (decimal): -5348976 or 9462190. OLE color: 9462190.

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

Color convert

RGB 174 97 144 -
CMYK 0 0.44 0.17 0.32
HSL 323.38º 0.32% 0.53% -
HSV(B) 323.38º 0.44% 0.68% -
XYZ 26.76 19.56 28.75 -
YUV 125.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 174 97 144 0 0.44 0.17 0.32 323.38 0.32 0.53
Hex AE 61 90 0 2C 11 20 143 20 35
Octal 256 141 220 0 54 21 40 503 40 65
Binary 10101110 1100001 10010000 0 101100 10001 100000 101000011 100000 110101

Color Harmonies of #AE6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6190

Black with #AE6190

Text Example


Text Example

White with #AE6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6190; }

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

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

background-color css

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

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

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

border-color css

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

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

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