Html Css Color HEX #AE9DB4 Chatelle

📋 copy color: '#AE9DB4'

red 174 ◦ green 157 ◦ blue 180

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

Shades of Chatelle #AE9DB4

Tints of Chatelle #AE9DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 34.05%
G = 30.72%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE9DB4 (or 0xAE9DB4) is known color: Chatelle. HEX triplet: AE, 9D and B4. RGB value is (174,157,180). Sum of RGB (Red+Green+Blue) = 174+157+180=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #AE9DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9DB4 is #51624B. Grayscale: #A4A4A4. Windows color (decimal): -5333580 or 11836846. OLE color: 11836846.

HSL color Cylindrical-coordinate representation of color #AE9DB4: hue angle of 284.35º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE9DB4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 157 180 -
CMYK 0.03 0.13 0 0.29
HSL 284.35º 0.13% 0.66% -
HSV(B) 284.35º 0.13% 0.71% -
XYZ 37.75 36.41 48.22 -
YUV 164.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 174 157 180 0.03 0.13 0 0.29 284.35 0.13 0.66
Hex AE 9D B4 3 D 0 1D 11C D 42
Octal 256 235 264 3 15 0 35 434 15 102
Binary 10101110 10011101 10110100 11 1101 0 11101 100011100 1101 1000010

Color Harmonies of #AE9DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DB4

Black with #AE9DB4

Text Example


Text Example

White with #AE9DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DB4; }

 p { color: rgb(174,157,180); }

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

background-color css

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

 a { background-color: rgb(174,157,180); }

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

border-color css

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

 span { border-color: rgb(174,157,180); }

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