Html Css Color HEX #AE6291 Strikemaster

📋 copy color: '#AE6291'

red 174 ◦ green 98 ◦ blue 145

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

Shades of Strikemaster #AE6291

Tints of Strikemaster #AE6291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 41.73%
G = 23.5%
B = 34.77%

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

#AE6291 (or 0xAE6291) is known color: Strikemaster. HEX triplet: AE, 62 and 91. RGB value is (174,98,145). Sum of RGB (Red+Green+Blue) = 174+98+145=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6291 is #519D6E. Grayscale: #7D7D7D. Windows color (decimal): -5348719 or 9527982. OLE color: 9527982.

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

Color convert

RGB 174 98 145 -
CMYK 0 0.44 0.17 0.32
HSL 322.89º 0.32% 0.53% -
HSV(B) 322.89º 0.44% 0.68% -
XYZ 26.93 19.78 29.19 -
YUV 126.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 174 98 145 0 0.44 0.17 0.32 322.89 0.32 0.53
Hex AE 62 91 0 2C 11 20 143 20 35
Octal 256 142 221 0 54 21 40 503 40 65
Binary 10101110 1100010 10010001 0 101100 10001 100000 101000011 100000 110101

Color Harmonies of #AE6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6291

Black with #AE6291

Text Example


Text Example

White with #AE6291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6291; }

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

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

background-color css

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

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

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

border-color css

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

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

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