Html Css Color HEX #A7A0EF Wistful

📋 copy color: '#A7A0EF'

red 167 ◦ green 160 ◦ blue 239

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

Shades of Wistful #A7A0EF

Tints of Wistful #A7A0EF

RGB

 RED value IS 167 (65.63% from 255) = 29.51%

 GREEN value IS 160 (62.89% from 255) = 28.27%

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 29.51%
G = 28.27%
B = 42.23%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A7A0EF (or 0xA7A0EF) is known color: Wistful. HEX triplet: A7, A0 and EF. RGB value is (167,160,239). Sum of RGB (Red+Green+Blue) = 167+160+239=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7A0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A0EF is #585F10. Grayscale: #AAAAAA. Windows color (decimal): -5791505 or 15704231. OLE color: 15704231.

HSL color Cylindrical-coordinate representation of color #A7A0EF: hue angle of 245.32º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7A0EF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 160 239 -
CMYK 0.30 0.33 0 0.06
HSL 245.32º 0.71% 0.78% -
HSV(B) 245.32º 0.33% 0.94% -
XYZ 44.09 39.59 86.98 -
YUV 171.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 167 160 239 0.30 0.33 0 0.06 245.32 0.71 0.78
Hex A7 A0 EF 1E 21 0 6 F5 47 4E
Octal 247 240 357 36 41 0 6 365 107 116
Binary 10100111 10100000 11101111 11110 100001 0 110 11110101 1000111 1001110

Color Harmonies of #A7A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A0EF

Black with #A7A0EF

Text Example


Text Example

White with #A7A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A0EF; }

 p { color: rgb(167,160,239); }

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

background-color css

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

 a { background-color: rgb(167,160,239); }

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

border-color css

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

 span { border-color: rgb(167,160,239); }

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