Html Css Color HEX #AB9EB2 Chatelle

📋 copy color: '#AB9EB2'

red 171 ◦ green 158 ◦ blue 178

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

Shades of Chatelle #AB9EB2

Tints of Chatelle #AB9EB2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 33.73%
G = 31.16%
B = 35.11%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AB9EB2 (or 0xAB9EB2) is known color: Chatelle. HEX triplet: AB, 9E and B2. RGB value is (171,158,178). Sum of RGB (Red+Green+Blue) = 171+158+178=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB9EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EB2 is #54614D. Grayscale: #A4A4A4. Windows color (decimal): -5529934 or 11706027. OLE color: 11706027.

HSL color Cylindrical-coordinate representation of color #AB9EB2: hue angle of 279º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9EB2 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 158 178 -
CMYK 0.04 0.11 0 0.30
HSL 279º 0.11% 0.66% -
HSV(B) 279º 0.11% 0.7% -
XYZ 37.06 36.33 47.18 -
YUV 164.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 171 158 178 0.04 0.11 0 0.30 279 0.11 0.66
Hex AB 9E B2 4 B 0 1E 117 B 42
Octal 253 236 262 4 13 0 36 427 13 102
Binary 10101011 10011110 10110010 100 1011 0 11110 100010111 1011 1000010

Color Harmonies of #AB9EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EB2

Black with #AB9EB2

Text Example


Text Example

White with #AB9EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EB2; }

 p { color: rgb(171,158,178); }

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

background-color css

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

 a { background-color: rgb(171,158,178); }

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

border-color css

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

 span { border-color: rgb(171,158,178); }

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