Html Css Color HEX #AFAAD3 Wistful

📋 copy color: '#AFAAD3'

red 175 ◦ green 170 ◦ blue 211

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

Shades of Wistful #AFAAD3

Tints of Wistful #AFAAD3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.58%

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 31.47%
G = 30.58%
B = 37.95%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFAAD3 (or 0xAFAAD3) is known color: Wistful. HEX triplet: AF, AA and D3. RGB value is (175,170,211). Sum of RGB (Red+Green+Blue) = 175+170+211=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFAAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAD3 is #50552C. Grayscale: #B0B0B0. Windows color (decimal): -5264685 or 13871791. OLE color: 13871791.

HSL color Cylindrical-coordinate representation of color #AFAAD3: hue angle of 247.32º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFAAD3 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 170 211 -
CMYK 0.17 0.19 0 0.17
HSL 247.32º 0.32% 0.75% -
HSV(B) 247.32º 0.19% 0.83% -
XYZ 43.81 42.57 67.54 -
YUV 176.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 175 170 211 0.17 0.19 0 0.17 247.32 0.32 0.75
Hex AF AA D3 11 13 0 11 F7 20 4B
Octal 257 252 323 21 23 0 21 367 40 113
Binary 10101111 10101010 11010011 10001 10011 0 10001 11110111 100000 1001011

Color Harmonies of #AFAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAD3

Black with #AFAAD3

Text Example


Text Example

White with #AFAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAD3; }

 p { color: rgb(175,170,211); }

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

background-color css

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

 a { background-color: rgb(175,170,211); }

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

border-color css

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

 span { border-color: rgb(175,170,211); }

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