Html Css Color HEX #AFA6DE Wistful

📋 copy color: '#AFA6DE'

red 175 ◦ green 166 ◦ blue 222

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

Shades of Wistful #AFA6DE

Tints of Wistful #AFA6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.43%

R = 31.08%
G = 29.48%
B = 39.43%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFA6DE (or 0xAFA6DE) is known color: Wistful. HEX triplet: AF, A6 and DE. RGB value is (175,166,222). Sum of RGB (Red+Green+Blue) = 175+166+222=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6DE is #505921. Grayscale: #AEAEAE. Windows color (decimal): -5265698 or 14591663. OLE color: 14591663.

HSL color Cylindrical-coordinate representation of color #AFA6DE: hue angle of 249.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA6DE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 166 222 -
CMYK 0.21 0.25 0 0.13
HSL 249.64º 0.46% 0.76% -
HSV(B) 249.64º 0.25% 0.87% -
XYZ 44.5 41.66 74.8 -
YUV 175.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 175 166 222 0.21 0.25 0 0.13 249.64 0.46 0.76
Hex AF A6 DE 15 19 0 D FA 2E 4C
Octal 257 246 336 25 31 0 15 372 56 114
Binary 10101111 10100110 11011110 10101 11001 0 1101 11111010 101110 1001100

Color Harmonies of #AFA6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6DE

Black with #AFA6DE

Text Example


Text Example

White with #AFA6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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