Html Css Color HEX #AFA9C1 Wistful

📋 copy color: '#AFA9C1'

red 175 ◦ green 169 ◦ blue 193

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

Shades of Wistful #AFA9C1

Tints of Wistful #AFA9C1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.47%

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 32.59%
G = 31.47%
B = 35.94%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AFA9C1 (or 0xAFA9C1) is known color: Wistful. HEX triplet: AF, A9 and C1. RGB value is (175,169,193). Sum of RGB (Red+Green+Blue) = 175+169+193=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFA9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9C1 is #50563E. Grayscale: #ADADAD. Windows color (decimal): -5264959 or 12691887. OLE color: 12691887.

HSL color Cylindrical-coordinate representation of color #AFA9C1: hue angle of 255º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA9C1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 169 193 -
CMYK 0.09 0.12 0 0.24
HSL 255º 0.16% 0.71% -
HSV(B) 255º 0.12% 0.76% -
XYZ 41.49 41.34 56.24 -
YUV 173.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 175 169 193 0.09 0.12 0 0.24 255 0.16 0.71
Hex AF A9 C1 9 C 0 18 FF 10 47
Octal 257 251 301 11 14 0 30 377 20 107
Binary 10101111 10101001 11000001 1001 1100 0 11000 11111111 10000 1000111

Color Harmonies of #AFA9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA9C1

Black with #AFA9C1

Text Example


Text Example

White with #AFA9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA9C1; }

 p { color: rgb(175,169,193); }

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

background-color css

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

 a { background-color: rgb(175,169,193); }

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

border-color css

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

 span { border-color: rgb(175,169,193); }

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