Html Css Color HEX #AF9FBB Chatelle

📋 copy color: '#AF9FBB'

red 175 ◦ green 159 ◦ blue 187

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

Shades of Chatelle #AF9FBB

Tints of Chatelle #AF9FBB

RGB

 RED value IS 175 (68.75% from 255) = 33.59%

 GREEN value IS 159 (62.5% from 255) = 30.52%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 33.59%
G = 30.52%
B = 35.89%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF9FBB (or 0xAF9FBB) is known color: Chatelle. HEX triplet: AF, 9F and BB. RGB value is (175,159,187). Sum of RGB (Red+Green+Blue) = 175+159+187=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF9FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FBB is #506044. Grayscale: #A6A6A6. Windows color (decimal): -5267525 or 12296111. OLE color: 12296111.

HSL color Cylindrical-coordinate representation of color #AF9FBB: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9FBB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 159 187 -
CMYK 0.06 0.15 0 0.27
HSL 274.29º 0.17% 0.68% -
HSV(B) 274.29º 0.15% 0.73% -
XYZ 39.05 37.5 52.19 -
YUV 166.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 175 159 187 0.06 0.15 0 0.27 274.29 0.17 0.68
Hex AF 9F BB 6 F 0 1B 112 11 44
Octal 257 237 273 6 17 0 33 422 21 104
Binary 10101111 10011111 10111011 110 1111 0 11011 100010010 10001 1000100

Color Harmonies of #AF9FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FBB

Black with #AF9FBB

Text Example


Text Example

White with #AF9FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FBB; }

 p { color: rgb(175,159,187); }

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

background-color css

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

 a { background-color: rgb(175,159,187); }

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

border-color css

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

 span { border-color: rgb(175,159,187); }

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