Html Css Color HEX #AE608E Strikemaster

📋 copy color: '#AE608E'

red 174 ◦ green 96 ◦ blue 142

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

Shades of Strikemaster #AE608E

Tints of Strikemaster #AE608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 42.23%
G = 23.3%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE608E (or 0xAE608E) is known color: Strikemaster. HEX triplet: AE, 60 and 8E. RGB value is (174,96,142). Sum of RGB (Red+Green+Blue) = 174+96+142=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE608E is #519F71. Grayscale: #7C7C7C. Windows color (decimal): -5349234 or 9330862. OLE color: 9330862.

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

Color convert

RGB 174 96 142 -
CMYK 0 0.45 0.18 0.32
HSL 324.62º 0.33% 0.53% -
HSV(B) 324.62º 0.45% 0.68% -
XYZ 26.52 19.32 27.92 -
YUV 124.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 174 96 142 0 0.45 0.18 0.32 324.62 0.33 0.53
Hex AE 60 8E 0 2D 12 20 145 20 35
Octal 256 140 216 0 55 22 40 505 40 65
Binary 10101110 1100000 10001110 0 101101 10010 100000 101000101 100000 110101

Color Harmonies of #AE608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE608E

Black with #AE608E

Text Example


Text Example

White with #AE608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE608E; }

 p { color: rgb(174,96,142); }

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

background-color css

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

 a { background-color: rgb(174,96,142); }

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

border-color css

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

 span { border-color: rgb(174,96,142); }

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