Html Css Color HEX #AFA7DE Wistful

📋 copy color: '#AFA7DE'

red 175 ◦ green 167 ◦ blue 222

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

Shades of Wistful #AFA7DE

Tints of Wistful #AFA7DE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.61%

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

R = 31.03%
G = 29.61%
B = 39.36%

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

#AFA7DE (or 0xAFA7DE) is known color: Wistful. HEX triplet: AF, A7 and DE. RGB value is (175,167,222). Sum of RGB (Red+Green+Blue) = 175+167+222=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7DE is #505821. Grayscale: #AFAFAF. Windows color (decimal): -5265442 or 14591919. OLE color: 14591919.

HSL color Cylindrical-coordinate representation of color #AFA7DE: hue angle of 248.73º degrees, saturation: 0.45, 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 #AFA7DE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 167 222 -
CMYK 0.21 0.25 0 0.13
HSL 248.73º 0.45% 0.76% -
HSV(B) 248.73º 0.25% 0.87% -
XYZ 44.68 42.03 74.86 -
YUV 175.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 175 167 222 0.21 0.25 0 0.13 248.73 0.45 0.76
Hex AF A7 DE 15 19 0 D F9 2D 4C
Octal 257 247 336 25 31 0 15 371 55 114
Binary 10101111 10100111 11011110 10101 11001 0 1101 11111001 101101 1001100

Color Harmonies of #AFA7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA7DE

Black with #AFA7DE

Text Example


Text Example

White with #AFA7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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