Html Css Color HEX #AFA8D1 Wistful

📋 copy color: '#AFA8D1'

red 175 ◦ green 168 ◦ blue 209

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

Shades of Wistful #AFA8D1

Tints of Wistful #AFA8D1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

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

R = 31.7%
G = 30.43%
B = 37.86%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFA8D1 (or 0xAFA8D1) is known color: Wistful. HEX triplet: AF, A8 and D1. RGB value is (175,168,209). Sum of RGB (Red+Green+Blue) = 175+168+209=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFA8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8D1 is #50572E. Grayscale: #AEAEAE. Windows color (decimal): -5265199 or 13740207. OLE color: 13740207.

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

Color convert

RGB 175 168 209 -
CMYK 0.16 0.20 0 0.18
HSL 250.24º 0.31% 0.74% -
HSV(B) 250.24º 0.2% 0.82% -
XYZ 43.19 41.72 66.1 -
YUV 174.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 175 168 209 0.16 0.20 0 0.18 250.24 0.31 0.74
Hex AF A8 D1 10 14 0 12 FA 1F 4A
Octal 257 250 321 20 24 0 22 372 37 112
Binary 10101111 10101000 11010001 10000 10100 0 10010 11111010 11111 1001010

Color Harmonies of #AFA8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8D1

Black with #AFA8D1

Text Example


Text Example

White with #AFA8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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