Html Css Color HEX #AFA6D8 Wistful

📋 copy color: '#AFA6D8'

red 175 ◦ green 166 ◦ blue 216

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

Shades of Wistful #AFA6D8

Tints of Wistful #AFA6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

 BLUE value IS 216 (84.77% from 255) = 38.78%

R = 31.42%
G = 29.8%
B = 38.78%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFA6D8 (or 0xAFA6D8) is known color: Wistful. HEX triplet: AF, A6 and D8. RGB value is (175,166,216). Sum of RGB (Red+Green+Blue) = 175+166+216=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFA6D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6D8 is #505927. Grayscale: #AEAEAE. Windows color (decimal): -5265704 or 14198447. OLE color: 14198447.

HSL color Cylindrical-coordinate representation of color #AFA6D8: hue angle of 250.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA6D8 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 166 216 -
CMYK 0.19 0.23 0 0.15
HSL 250.8º 0.39% 0.75% -
HSV(B) 250.8º 0.23% 0.85% -
XYZ 43.71 41.34 70.64 -
YUV 174.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 175 166 216 0.19 0.23 0 0.15 250.8 0.39 0.75
Hex AF A6 D8 13 17 0 F FB 27 4B
Octal 257 246 330 23 27 0 17 373 47 113
Binary 10101111 10100110 11011000 10011 10111 0 1111 11111011 100111 1001011

Color Harmonies of #AFA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6D8

Black with #AFA6D8

Text Example


Text Example

White with #AFA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6D8; }

 p { color: rgb(175,166,216); }

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

background-color css

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

 a { background-color: rgb(175,166,216); }

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

border-color css

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

 span { border-color: rgb(175,166,216); }

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