Html Css Color HEX #A7A0CF Wistful

📋 copy color: '#A7A0CF'

red 167 ◦ green 160 ◦ blue 207

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

Shades of Wistful #A7A0CF

Tints of Wistful #A7A0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 31.27%
G = 29.96%
B = 38.76%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A7A0CF (or 0xA7A0CF) is known color: Wistful. HEX triplet: A7, A0 and CF. RGB value is (167,160,207). Sum of RGB (Red+Green+Blue) = 167+160+207=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A0CF is #585F30. Grayscale: #A7A7A7. Windows color (decimal): -5791537 or 13607079. OLE color: 13607079.

HSL color Cylindrical-coordinate representation of color #A7A0CF: hue angle of 248.94º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7A0CF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 160 207 -
CMYK 0.19 0.23 0 0.19
HSL 248.94º 0.33% 0.72% -
HSV(B) 248.94º 0.23% 0.81% -
XYZ 39.77 37.86 64.24 -
YUV 167.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 167 160 207 0.19 0.23 0 0.19 248.94 0.33 0.72
Hex A7 A0 CF 13 17 0 13 F9 21 48
Octal 247 240 317 23 27 0 23 371 41 110
Binary 10100111 10100000 11001111 10011 10111 0 10011 11111001 100001 1001000

Color Harmonies of #A7A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A0CF

Black with #A7A0CF

Text Example


Text Example

White with #A7A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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