Html Css Color HEX #AF9BB3 Chatelle

📋 copy color: '#AF9BB3'

red 175 ◦ green 155 ◦ blue 179

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

Shades of Chatelle #AF9BB3

Tints of Chatelle #AF9BB3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.45%

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

R = 34.38%
G = 30.45%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF9BB3 (or 0xAF9BB3) is known color: Chatelle. HEX triplet: AF, 9B and B3. RGB value is (175,155,179). Sum of RGB (Red+Green+Blue) = 175+155+179=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF9BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BB3 is #50644C. Grayscale: #A3A3A3. Windows color (decimal): -5268557 or 11770799. OLE color: 11770799.

HSL color Cylindrical-coordinate representation of color #AF9BB3: hue angle of 290º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9BB3 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 155 179 -
CMYK 0.02 0.13 0 0.30
HSL 290º 0.14% 0.65% -
HSV(B) 290º 0.13% 0.7% -
XYZ 37.54 35.81 47.58 -
YUV 163.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 175 155 179 0.02 0.13 0 0.30 290 0.14 0.65
Hex AF 9B B3 2 D 0 1E 122 E 41
Octal 257 233 263 2 15 0 36 442 16 101
Binary 10101111 10011011 10110011 10 1101 0 11110 100100010 1110 1000001

Color Harmonies of #AF9BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BB3

Black with #AF9BB3

Text Example


Text Example

White with #AF9BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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