Html Css Color HEX #AE74BA East Side

📋 copy color: '#AE74BA'

red 174 ◦ green 116 ◦ blue 186

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

Shades of East Side #AE74BA

Tints of East Side #AE74BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 36.55%
G = 24.37%
B = 39.08%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE74BA (or 0xAE74BA) is known color: East Side. HEX triplet: AE, 74 and BA. RGB value is (174,116,186). Sum of RGB (Red+Green+Blue) = 174+116+186=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74BA is #518B45. Grayscale: #8D8D8D. Windows color (decimal): -5344070 or 12219566. OLE color: 12219566.

HSL color Cylindrical-coordinate representation of color #AE74BA: hue angle of 289.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE74BA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 116 186 -
CMYK 0.06 0.38 0 0.27
HSL 289.71º 0.34% 0.59% -
HSV(B) 289.71º 0.38% 0.73% -
XYZ 32.56 25.03 49.57 -
YUV 141.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 174 116 186 0.06 0.38 0 0.27 289.71 0.34 0.59
Hex AE 74 BA 6 26 0 1B 122 22 3B
Octal 256 164 272 6 46 0 33 442 42 73
Binary 10101110 1110100 10111010 110 100110 0 11011 100100010 100010 111011

Color Harmonies of #AE74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE74BA

Black with #AE74BA

Text Example


Text Example

White with #AE74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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