Html Css Color HEX #AFADC0 Wistful

📋 copy color: '#AFADC0'

red 175 ◦ green 173 ◦ blue 192

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

Shades of Wistful #AFADC0

Tints of Wistful #AFADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 32.41%
G = 32.04%
B = 35.56%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AFADC0 (or 0xAFADC0) is known color: Wistful. HEX triplet: AF, AD and C0. RGB value is (175,173,192). Sum of RGB (Red+Green+Blue) = 175+173+192=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC0 is #50523F. Grayscale: #AFAFAF. Windows color (decimal): -5263936 or 12627375. OLE color: 12627375.

HSL color Cylindrical-coordinate representation of color #AFADC0: hue angle of 246.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFADC0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 173 192 -
CMYK 0.09 0.10 0 0.25
HSL 246.32º 0.13% 0.72% -
HSV(B) 246.32º 0.1% 0.75% -
XYZ 42.14 42.81 55.91 -
YUV 175.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 175 173 192 0.09 0.10 0 0.25 246.32 0.13 0.72
Hex AF AD C0 9 A 0 19 F6 D 48
Octal 257 255 300 11 12 0 31 366 15 110
Binary 10101111 10101101 11000000 1001 1010 0 11001 11110110 1101 1001000

Color Harmonies of #AFADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADC0

Black with #AFADC0

Text Example


Text Example

White with #AFADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADC0; }

 p { color: rgb(175,173,192); }

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

background-color css

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

 a { background-color: rgb(175,173,192); }

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

border-color css

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

 span { border-color: rgb(175,173,192); }

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