Html Css Color HEX #AFADC7 Wistful

📋 copy color: '#AFADC7'

red 175 ◦ green 173 ◦ blue 199

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

Shades of Wistful #AFADC7

Tints of Wistful #AFADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.38%

R = 31.99%
G = 31.63%
B = 36.38%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFADC7 (or 0xAFADC7) is known color: Wistful. HEX triplet: AF, AD and C7. RGB value is (175,173,199). Sum of RGB (Red+Green+Blue) = 175+173+199=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC7 is #505238. Grayscale: #B0B0B0. Windows color (decimal): -5263929 or 13086127. OLE color: 13086127.

HSL color Cylindrical-coordinate representation of color #AFADC7: hue angle of 244.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFADC7 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 173 199 -
CMYK 0.12 0.13 0 0.22
HSL 244.62º 0.19% 0.73% -
HSV(B) 244.62º 0.13% 0.78% -
XYZ 42.93 43.12 60.09 -
YUV 176.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 175 173 199 0.12 0.13 0 0.22 244.62 0.19 0.73
Hex AF AD C7 C D 0 16 F5 13 49
Octal 257 255 307 14 15 0 26 365 23 111
Binary 10101111 10101101 11000111 1100 1101 0 10110 11110101 10011 1001001

Color Harmonies of #AFADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADC7

Black with #AFADC7

Text Example


Text Example

White with #AFADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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