Html Css Color HEX #AFA4BA Chatelle

📋 copy color: '#AFA4BA'

red 175 ◦ green 164 ◦ blue 186

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

Shades of Chatelle #AFA4BA

Tints of Chatelle #AFA4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.24%

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 33.33%
G = 31.24%
B = 35.43%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFA4BA (or 0xAFA4BA) is known color: Chatelle. HEX triplet: AF, A4 and BA. RGB value is (175,164,186). Sum of RGB (Red+Green+Blue) = 175+164+186=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4BA is #505B45. Grayscale: #A9A9A9. Windows color (decimal): -5266246 or 12231855. OLE color: 12231855.

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

Color convert

RGB 175 164 186 -
CMYK 0.06 0.12 0 0.27
HSL 270º 0.14% 0.69% -
HSV(B) 270º 0.12% 0.73% -
XYZ 39.82 39.21 51.92 -
YUV 169.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 175 164 186 0.06 0.12 0 0.27 270 0.14 0.69
Hex AF A4 BA 6 C 0 1B 10E E 45
Octal 257 244 272 6 14 0 33 416 16 105
Binary 10101111 10100100 10111010 110 1100 0 11011 100001110 1110 1000101

Color Harmonies of #AFA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4BA

Black with #AFA4BA

Text Example


Text Example

White with #AFA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4BA; }

 p { color: rgb(175,164,186); }

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

background-color css

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

 a { background-color: rgb(175,164,186); }

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

border-color css

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

 span { border-color: rgb(175,164,186); }

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