Html Css Color HEX #AFA8D0 Wistful

📋 copy color: '#AFA8D0'

red 175 ◦ green 168 ◦ blue 208

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

Shades of Wistful #AFA8D0

Tints of Wistful #AFA8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 31.76%
G = 30.49%
B = 37.75%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFA8D0 (or 0xAFA8D0) is known color: Wistful. HEX triplet: AF, A8 and D0. RGB value is (175,168,208). Sum of RGB (Red+Green+Blue) = 175+168+208=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFA8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8D0 is #50572F. Grayscale: #AEAEAE. Windows color (decimal): -5265200 or 13674671. OLE color: 13674671.

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

Color convert

RGB 175 168 208 -
CMYK 0.16 0.19 0 0.18
HSL 250.5º 0.3% 0.74% -
HSV(B) 250.5º 0.19% 0.82% -
XYZ 43.07 41.67 65.45 -
YUV 174.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 175 168 208 0.16 0.19 0 0.18 250.5 0.3 0.74
Hex AF A8 D0 10 13 0 12 FB 1E 4A
Octal 257 250 320 20 23 0 22 373 36 112
Binary 10101111 10101000 11010000 10000 10011 0 10010 11111011 11110 1001010

Color Harmonies of #AFA8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA8D0

Black with #AFA8D0

Text Example


Text Example

White with #AFA8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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