Html Css Color HEX #AE74CB East Side

📋 copy color: '#AE74CB'

red 174 ◦ green 116 ◦ blue 203

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

Shades of East Side #AE74CB

Tints of East Side #AE74CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 35.29%
G = 23.53%
B = 41.18%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE74CB (or 0xAE74CB) is known color: East Side. HEX triplet: AE, 74 and CB. RGB value is (174,116,203). Sum of RGB (Red+Green+Blue) = 174+116+203=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE74CB is #518B34. Grayscale: #8E8E8E. Windows color (decimal): -5344053 or 13333678. OLE color: 13333678.

HSL color Cylindrical-coordinate representation of color #AE74CB: hue angle of 280º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE74CB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 116 203 -
CMYK 0.14 0.43 0 0.20
HSL 280º 0.46% 0.63% -
HSV(B) 280º 0.43% 0.8% -
XYZ 34.48 25.8 59.66 -
YUV 143.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 174 116 203 0.14 0.43 0 0.20 280 0.46 0.63
Hex AE 74 CB E 2B 0 14 118 2E 3F
Octal 256 164 313 16 53 0 24 430 56 77
Binary 10101110 1110100 11001011 1110 101011 0 10100 100011000 101110 111111

Color Harmonies of #AE74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE74CB

Black with #AE74CB

Text Example


Text Example

White with #AE74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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