Html Css Color HEX #AB98AF Chatelle

📋 copy color: '#AB98AF'

red 171 ◦ green 152 ◦ blue 175

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

Shades of Chatelle #AB98AF

Tints of Chatelle #AB98AF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.52%

 BLUE value IS 175 (68.75% from 255) = 35.14%

R = 34.34%
G = 30.52%
B = 35.14%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB98AF (or 0xAB98AF) is known color: Chatelle. HEX triplet: AB, 98 and AF. RGB value is (171,152,175). Sum of RGB (Red+Green+Blue) = 171+152+175=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB98AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB98AF is #546750. Grayscale: #A0A0A0. Windows color (decimal): -5531473 or 11507883. OLE color: 11507883.

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

Color convert

RGB 171 152 175 -
CMYK 0.02 0.13 0 0.31
HSL 289.57º 0.13% 0.64% -
HSV(B) 289.57º 0.13% 0.69% -
XYZ 35.76 34.21 45.28 -
YUV 160.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 171 152 175 0.02 0.13 0 0.31 289.57 0.13 0.64
Hex AB 98 AF 2 D 0 1F 122 D 40
Octal 253 230 257 2 15 0 37 442 15 100
Binary 10101011 10011000 10101111 10 1101 0 11111 100100010 1101 1000000

Color Harmonies of #AB98AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98AF

Black with #AB98AF

Text Example


Text Example

White with #AB98AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98AF; }

 p { color: rgb(171,152,175); }

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

background-color css

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

 a { background-color: rgb(171,152,175); }

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

border-color css

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

 span { border-color: rgb(171,152,175); }

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