Html Css Color HEX #AFA6D7 Wistful

📋 copy color: '#AFA6D7'

red 175 ◦ green 166 ◦ blue 215

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

Shades of Wistful #AFA6D7

Tints of Wistful #AFA6D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 31.47%
G = 29.86%
B = 38.67%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFA6D7 (or 0xAFA6D7) is known color: Wistful. HEX triplet: AF, A6 and D7. RGB value is (175,166,215). Sum of RGB (Red+Green+Blue) = 175+166+215=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFA6D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6D7 is #505928. Grayscale: #AEAEAE. Windows color (decimal): -5265705 or 14132911. OLE color: 14132911.

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

Color convert

RGB 175 166 215 -
CMYK 0.19 0.23 0 0.16
HSL 251.02º 0.38% 0.75% -
HSV(B) 251.02º 0.23% 0.84% -
XYZ 43.58 41.29 69.96 -
YUV 174.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 175 166 215 0.19 0.23 0 0.16 251.02 0.38 0.75
Hex AF A6 D7 13 17 0 10 FB 26 4B
Octal 257 246 327 23 27 0 20 373 46 113
Binary 10101111 10100110 11010111 10011 10111 0 10000 11111011 100110 1001011

Color Harmonies of #AFA6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6D7

Black with #AFA6D7

Text Example


Text Example

White with #AFA6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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