Html Css Color HEX #AFA6DC Wistful

📋 copy color: '#AFA6DC'

red 175 ◦ green 166 ◦ blue 220

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

Shades of Wistful #AFA6DC

Tints of Wistful #AFA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 31.19%
G = 29.59%
B = 39.22%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFA6DC (or 0xAFA6DC) is known color: Wistful. HEX triplet: AF, A6 and DC. RGB value is (175,166,220). Sum of RGB (Red+Green+Blue) = 175+166+220=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6DC is #505923. Grayscale: #AEAEAE. Windows color (decimal): -5265700 or 14460591. OLE color: 14460591.

HSL color Cylindrical-coordinate representation of color #AFA6DC: hue angle of 250º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA6DC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 166 220 -
CMYK 0.20 0.25 0 0.14
HSL 250º 0.44% 0.76% -
HSV(B) 250º 0.25% 0.86% -
XYZ 44.23 41.55 73.4 -
YUV 174.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 175 166 220 0.20 0.25 0 0.14 250 0.44 0.76
Hex AF A6 DC 14 19 0 E FA 2C 4C
Octal 257 246 334 24 31 0 16 372 54 114
Binary 10101111 10100110 11011100 10100 11001 0 1110 11111010 101100 1001100

Color Harmonies of #AFA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6DC

Black with #AFA6DC

Text Example


Text Example

White with #AFA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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