Html Css Color HEX #AB9DB2 Chatelle

📋 copy color: '#AB9DB2'

red 171 ◦ green 157 ◦ blue 178

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

Shades of Chatelle #AB9DB2

Tints of Chatelle #AB9DB2

RGB

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

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

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

R = 33.79%
G = 31.03%
B = 35.18%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AB9DB2 (or 0xAB9DB2) is known color: Chatelle. HEX triplet: AB, 9D and B2. RGB value is (171,157,178). Sum of RGB (Red+Green+Blue) = 171+157+178=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB9DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DB2 is #54624D. Grayscale: #A3A3A3. Windows color (decimal): -5530190 or 11705771. OLE color: 11705771.

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

Color convert

RGB 171 157 178 -
CMYK 0.04 0.12 0 0.30
HSL 280º 0.12% 0.66% -
HSV(B) 280º 0.12% 0.7% -
XYZ 36.89 35.99 47.12 -
YUV 163.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 171 157 178 0.04 0.12 0 0.30 280 0.12 0.66
Hex AB 9D B2 4 C 0 1E 118 C 42
Octal 253 235 262 4 14 0 36 430 14 102
Binary 10101011 10011101 10110010 100 1100 0 11110 100011000 1100 1000010

Color Harmonies of #AB9DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DB2

Black with #AB9DB2

Text Example


Text Example

White with #AB9DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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