Html Css Color HEX #AE95C0 East Side

📋 copy color: '#AE95C0'

red 174 ◦ green 149 ◦ blue 192

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

Shades of East Side #AE95C0

Tints of East Side #AE95C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.93%

 BLUE value IS 192 (75.39% from 255) = 37.28%

R = 33.79%
G = 28.93%
B = 37.28%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE95C0 (or 0xAE95C0) is known color: East Side. HEX triplet: AE, 95 and C0. RGB value is (174,149,192). Sum of RGB (Red+Green+Blue) = 174+149+192=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE95C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95C0 is #516A3F. Grayscale: #A1A1A1. Windows color (decimal): -5335616 or 12621230. OLE color: 12621230.

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

Color convert

RGB 174 149 192 -
CMYK 0.09 0.22 0 0.25
HSL 274.88º 0.25% 0.67% -
HSV(B) 274.88º 0.22% 0.75% -
XYZ 37.72 34.3 54.5 -
YUV 161.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 174 149 192 0.09 0.22 0 0.25 274.88 0.25 0.67
Hex AE 95 C0 9 16 0 19 113 19 43
Octal 256 225 300 11 26 0 31 423 31 103
Binary 10101110 10010101 11000000 1001 10110 0 11001 100010011 11001 1000011

Color Harmonies of #AE95C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE95C0

Black with #AE95C0

Text Example


Text Example

White with #AE95C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE95C0; }

 p { color: rgb(174,149,192); }

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

background-color css

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

 a { background-color: rgb(174,149,192); }

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

border-color css

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

 span { border-color: rgb(174,149,192); }

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