Html Css Color HEX #AFACD1 Wistful

📋 copy color: '#AFACD1'

red 175 ◦ green 172 ◦ blue 209

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

Shades of Wistful #AFACD1

Tints of Wistful #AFACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.94%

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 31.47%
G = 30.94%
B = 37.59%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFACD1 (or 0xAFACD1) is known color: Wistful. HEX triplet: AF, AC and D1. RGB value is (175,172,209). Sum of RGB (Red+Green+Blue) = 175+172+209=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD1 is #50532E. Grayscale: #B0B0B0. Windows color (decimal): -5264175 or 13741231. OLE color: 13741231.

HSL color Cylindrical-coordinate representation of color #AFACD1: hue angle of 244.86º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFACD1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 172 209 -
CMYK 0.16 0.18 0 0.18
HSL 244.86º 0.29% 0.75% -
HSV(B) 244.86º 0.18% 0.82% -
XYZ 43.94 43.22 66.35 -
YUV 177.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 175 172 209 0.16 0.18 0 0.18 244.86 0.29 0.75
Hex AF AC D1 10 12 0 12 F5 1D 4B
Octal 257 254 321 20 22 0 22 365 35 113
Binary 10101111 10101100 11010001 10000 10010 0 10010 11110101 11101 1001011

Color Harmonies of #AFACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACD1

Black with #AFACD1

Text Example


Text Example

White with #AFACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACD1; }

 p { color: rgb(175,172,209); }

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

background-color css

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

 a { background-color: rgb(175,172,209); }

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

border-color css

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

 span { border-color: rgb(175,172,209); }

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