Html Css Color HEX #AF9DB4 Chatelle

📋 copy color: '#AF9DB4'

red 175 ◦ green 157 ◦ blue 180

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

Shades of Chatelle #AF9DB4

Tints of Chatelle #AF9DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.16%

R = 34.18%
G = 30.66%
B = 35.16%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF9DB4 (or 0xAF9DB4) is known color: Chatelle. HEX triplet: AF, 9D and B4. RGB value is (175,157,180). Sum of RGB (Red+Green+Blue) = 175+157+180=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF9DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DB4 is #50624B. Grayscale: #A4A4A4. Windows color (decimal): -5268044 or 11836847. OLE color: 11836847.

HSL color Cylindrical-coordinate representation of color #AF9DB4: hue angle of 286.96º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9DB4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 157 180 -
CMYK 0.03 0.13 0 0.29
HSL 286.96º 0.13% 0.66% -
HSV(B) 286.96º 0.13% 0.71% -
XYZ 37.97 36.52 48.23 -
YUV 165 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 175 157 180 0.03 0.13 0 0.29 286.96 0.13 0.66
Hex AF 9D B4 3 D 0 1D 11F D 42
Octal 257 235 264 3 15 0 35 437 15 102
Binary 10101111 10011101 10110100 11 1101 0 11101 100011111 1101 1000010

Color Harmonies of #AF9DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DB4

Black with #AF9DB4

Text Example


Text Example

White with #AF9DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DB4; }

 p { color: rgb(175,157,180); }

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

background-color css

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

 a { background-color: rgb(175,157,180); }

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

border-color css

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

 span { border-color: rgb(175,157,180); }

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