Html Css Color HEX #AF9FB3 Chatelle

📋 copy color: '#AF9FB3'

red 175 ◦ green 159 ◦ blue 179

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

Shades of Chatelle #AF9FB3

Tints of Chatelle #AF9FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 34.11%
G = 30.99%
B = 34.89%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF9FB3 (or 0xAF9FB3) is known color: Chatelle. HEX triplet: AF, 9F and B3. RGB value is (175,159,179). Sum of RGB (Red+Green+Blue) = 175+159+179=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF9FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FB3 is #50604C. Grayscale: #A6A6A6. Windows color (decimal): -5267533 or 11771823. OLE color: 11771823.

HSL color Cylindrical-coordinate representation of color #AF9FB3: hue angle of 288º degrees, saturation: 0.12, 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 #AF9FB3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 159 179 -
CMYK 0.02 0.11 0 0.30
HSL 288º 0.12% 0.66% -
HSV(B) 288º 0.11% 0.7% -
XYZ 38.21 37.16 47.81 -
YUV 166.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 175 159 179 0.02 0.11 0 0.30 288 0.12 0.66
Hex AF 9F B3 2 B 0 1E 120 C 42
Octal 257 237 263 2 13 0 36 440 14 102
Binary 10101111 10011111 10110011 10 1011 0 11110 100100000 1100 1000010

Color Harmonies of #AF9FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FB3

Black with #AF9FB3

Text Example


Text Example

White with #AF9FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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