Html Css Color HEX #AE9FBA Chatelle

📋 copy color: '#AE9FBA'

red 174 ◦ green 159 ◦ blue 186

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

Shades of Chatelle #AE9FBA

Tints of Chatelle #AE9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 33.53%
G = 30.64%
B = 35.84%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE9FBA (or 0xAE9FBA) is known color: Chatelle. HEX triplet: AE, 9F and BA. RGB value is (174,159,186). Sum of RGB (Red+Green+Blue) = 174+159+186=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FBA is #516045. Grayscale: #A6A6A6. Windows color (decimal): -5333062 or 12230574. OLE color: 12230574.

HSL color Cylindrical-coordinate representation of color #AE9FBA: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE9FBA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 159 186 -
CMYK 0.06 0.15 0 0.27
HSL 273.33º 0.16% 0.68% -
HSV(B) 273.33º 0.15% 0.73% -
XYZ 38.72 37.34 51.62 -
YUV 166.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 174 159 186 0.06 0.15 0 0.27 273.33 0.16 0.68
Hex AE 9F BA 6 F 0 1B 111 10 44
Octal 256 237 272 6 17 0 33 421 20 104
Binary 10101110 10011111 10111010 110 1111 0 11011 100010001 10000 1000100

Color Harmonies of #AE9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9FBA

Black with #AE9FBA

Text Example


Text Example

White with #AE9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9FBA; }

 p { color: rgb(174,159,186); }

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

background-color css

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

 a { background-color: rgb(174,159,186); }

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

border-color css

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

 span { border-color: rgb(174,159,186); }

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