Html Css Color HEX #AE7DB3 East Side

📋 copy color: '#AE7DB3'

red 174 ◦ green 125 ◦ blue 179

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

Shades of East Side #AE7DB3

Tints of East Side #AE7DB3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.15%

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 36.4%
G = 26.15%
B = 37.45%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AE7DB3 (or 0xAE7DB3) is known color: East Side. HEX triplet: AE, 7D and B3. RGB value is (174,125,179). Sum of RGB (Red+Green+Blue) = 174+125+179=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #AE7DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7DB3 is #51824C. Grayscale: #919191. Windows color (decimal): -5341773 or 11763118. OLE color: 11763118.

HSL color Cylindrical-coordinate representation of color #AE7DB3: hue angle of 294.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7DB3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 125 179 -
CMYK 0.03 0.30 0 0.30
HSL 294.44º 0.26% 0.6% -
HSV(B) 294.44º 0.3% 0.7% -
XYZ 32.93 26.92 46.11 -
YUV 145.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 174 125 179 0.03 0.30 0 0.30 294.44 0.26 0.6
Hex AE 7D B3 3 1E 0 1E 126 1A 3C
Octal 256 175 263 3 36 0 36 446 32 74
Binary 10101110 1111101 10110011 11 11110 0 11110 100100110 11010 111100

Color Harmonies of #AE7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7DB3

Black with #AE7DB3

Text Example


Text Example

White with #AE7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7DB3; }

 p { color: rgb(174,125,179); }

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

background-color css

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

 a { background-color: rgb(174,125,179); }

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

border-color css

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

 span { border-color: rgb(174,125,179); }

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