Html Css Color HEX #AE74BD East Side

📋 copy color: '#AE74BD'

red 174 ◦ green 116 ◦ blue 189

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

Shades of East Side #AE74BD

Tints of East Side #AE74BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 36.33%
G = 24.22%
B = 39.46%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AE74BD (or 0xAE74BD) is known color: East Side. HEX triplet: AE, 74 and BD. RGB value is (174,116,189). Sum of RGB (Red+Green+Blue) = 174+116+189=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE74BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74BD is #518B42. Grayscale: #8D8D8D. Windows color (decimal): -5344067 or 12416174. OLE color: 12416174.

HSL color Cylindrical-coordinate representation of color #AE74BD: hue angle of 287.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE74BD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 116 189 -
CMYK 0.08 0.39 0 0.26
HSL 287.67º 0.36% 0.6% -
HSV(B) 287.67º 0.39% 0.74% -
XYZ 32.89 25.16 51.27 -
YUV 141.66 154.72 151.06 -
System Red Green Blue C M Y K H S L
Decimal 174 116 189 0.08 0.39 0 0.26 287.67 0.36 0.6
Hex AE 74 BD 8 27 0 1A 120 24 3C
Octal 256 164 275 10 47 0 32 440 44 74
Binary 10101110 1110100 10111101 1000 100111 0 11010 100100000 100100 111100

Color Harmonies of #AE74BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE74BD

Black with #AE74BD

Text Example


Text Example

White with #AE74BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE74BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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