Html Css Color HEX #AFA4B2 Chatelle

📋 copy color: '#AFA4B2'

red 175 ◦ green 164 ◦ blue 178

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

Shades of Chatelle #AFA4B2

Tints of Chatelle #AFA4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 33.85%
G = 31.72%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AFA4B2 (or 0xAFA4B2) is known color: Chatelle. HEX triplet: AF, A4 and B2. RGB value is (175,164,178). Sum of RGB (Red+Green+Blue) = 175+164+178=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFA4B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4B2 is #505B4D. Grayscale: #A8A8A8. Windows color (decimal): -5266254 or 11707567. OLE color: 11707567.

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

Color convert

RGB 175 164 178 -
CMYK 0.02 0.08 0 0.30
HSL 287.14º 0.08% 0.67% -
HSV(B) 287.14º 0.08% 0.7% -
XYZ 38.99 38.88 47.57 -
YUV 168.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 175 164 178 0.02 0.08 0 0.30 287.14 0.08 0.67
Hex AF A4 B2 2 8 0 1E 11F 8 43
Octal 257 244 262 2 10 0 36 437 10 103
Binary 10101111 10100100 10110010 10 1000 0 11110 100011111 1000 1000011

Color Harmonies of #AFA4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4B2

Black with #AFA4B2

Text Example


Text Example

White with #AFA4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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