Html Css Color HEX #AE74BF East Side

📋 copy color: '#AE74BF'

red 174 ◦ green 116 ◦ blue 191

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

Shades of East Side #AE74BF

Tints of East Side #AE74BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.12%

 BLUE value IS 191 (75% from 255) = 39.71%

R = 36.17%
G = 24.12%
B = 39.71%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE74BF (or 0xAE74BF) is known color: East Side. HEX triplet: AE, 74 and BF. RGB value is (174,116,191). Sum of RGB (Red+Green+Blue) = 174+116+191=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #AE74BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74BF is #518B40. Grayscale: #8D8D8D. Windows color (decimal): -5344065 or 12547246. OLE color: 12547246.

HSL color Cylindrical-coordinate representation of color #AE74BF: hue angle of 286.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE74BF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 116 191 -
CMYK 0.09 0.39 0 0.25
HSL 286.4º 0.37% 0.6% -
HSV(B) 286.4º 0.39% 0.75% -
XYZ 33.1 25.25 52.42 -
YUV 141.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 174 116 191 0.09 0.39 0 0.25 286.4 0.37 0.6
Hex AE 74 BF 9 27 0 19 11E 25 3C
Octal 256 164 277 11 47 0 31 436 45 74
Binary 10101110 1110100 10111111 1001 100111 0 11001 100011110 100101 111100

Color Harmonies of #AE74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE74BF

Black with #AE74BF

Text Example


Text Example

White with #AE74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE74BF; }

 p { color: rgb(174,116,191); }

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

background-color css

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

 a { background-color: rgb(174,116,191); }

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

border-color css

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

 span { border-color: rgb(174,116,191); }

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