Html Css Color HEX #AB9AAE Chatelle

📋 copy color: '#AB9AAE'

red 171 ◦ green 154 ◦ blue 174

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

Shades of Chatelle #AB9AAE

Tints of Chatelle #AB9AAE

RGB

 RED value IS 171 (67.19% from 255) = 34.27%

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 174 (68.36% from 255) = 34.87%

R = 34.27%
G = 30.86%
B = 34.87%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB9AAE (or 0xAB9AAE) is known color: Chatelle. HEX triplet: AB, 9A and AE. RGB value is (171,154,174). Sum of RGB (Red+Green+Blue) = 171+154+174=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AAE is #546551. Grayscale: #A1A1A1. Windows color (decimal): -5530962 or 11442859. OLE color: 11442859.

HSL color Cylindrical-coordinate representation of color #AB9AAE: hue angle of 291º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9AAE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 154 174 -
CMYK 0.02 0.11 0 0.32
HSL 291º 0.11% 0.64% -
HSV(B) 291º 0.11% 0.68% -
XYZ 35.99 34.83 44.87 -
YUV 161.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 171 154 174 0.02 0.11 0 0.32 291 0.11 0.64
Hex AB 9A AE 2 B 0 20 123 B 40
Octal 253 232 256 2 13 0 40 443 13 100
Binary 10101011 10011010 10101110 10 1011 0 100000 100100011 1011 1000000

Color Harmonies of #AB9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AAE

Black with #AB9AAE

Text Example


Text Example

White with #AB9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AAE; }

 p { color: rgb(171,154,174); }

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

background-color css

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

 a { background-color: rgb(171,154,174); }

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

border-color css

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

 span { border-color: rgb(171,154,174); }

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