Html Css Color HEX #AE6290 Strikemaster

📋 copy color: '#AE6290'

red 174 ◦ green 98 ◦ blue 144

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

Shades of Strikemaster #AE6290

Tints of Strikemaster #AE6290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.56%

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

R = 41.83%
G = 23.56%
B = 34.62%

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

#AE6290 (or 0xAE6290) is known color: Strikemaster. HEX triplet: AE, 62 and 90. RGB value is (174,98,144). Sum of RGB (Red+Green+Blue) = 174+98+144=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6290 is #519D6F. Grayscale: #7D7D7D. Windows color (decimal): -5348720 or 9462446. OLE color: 9462446.

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

Color convert

RGB 174 98 144 -
CMYK 0 0.44 0.17 0.32
HSL 323.68º 0.32% 0.53% -
HSV(B) 323.68º 0.44% 0.68% -
XYZ 26.86 19.75 28.78 -
YUV 125.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 174 98 144 0 0.44 0.17 0.32 323.68 0.32 0.53
Hex AE 62 90 0 2C 11 20 144 20 35
Octal 256 142 220 0 54 21 40 504 40 65
Binary 10101110 1100010 10010000 0 101100 10001 100000 101000100 100000 110101

Color Harmonies of #AE6290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6290

Black with #AE6290

Text Example


Text Example

White with #AE6290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6290; }

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

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

background-color css

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

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

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

border-color css

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

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

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