Html Css Color HEX #AB9BAE Chatelle

📋 copy color: '#AB9BAE'

red 171 ◦ green 155 ◦ blue 174

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

Shades of Chatelle #AB9BAE

Tints of Chatelle #AB9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31%

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

R = 34.2%
G = 31%
B = 34.8%

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

#AB9BAE (or 0xAB9BAE) is known color: Chatelle. HEX triplet: AB, 9B and AE. RGB value is (171,155,174). Sum of RGB (Red+Green+Blue) = 171+155+174=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BAE is #546451. Grayscale: #A1A1A1. Windows color (decimal): -5530706 or 11443115. OLE color: 11443115.

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

Color convert

RGB 171 155 174 -
CMYK 0.02 0.11 0 0.32
HSL 290.53º 0.1% 0.65% -
HSV(B) 290.53º 0.11% 0.68% -
XYZ 36.16 35.16 44.92 -
YUV 161.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 171 155 174 0.02 0.11 0 0.32 290.53 0.1 0.65
Hex AB 9B AE 2 B 0 20 123 A 41
Octal 253 233 256 2 13 0 40 443 12 101
Binary 10101011 10011011 10101110 10 1011 0 100000 100100011 1010 1000001

Color Harmonies of #AB9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BAE

Black with #AB9BAE

Text Example


Text Example

White with #AB9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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