Html Css Color HEX #A7A3CF Wistful

📋 copy color: '#A7A3CF'

red 167 ◦ green 163 ◦ blue 207

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

Shades of Wistful #A7A3CF

Tints of Wistful #A7A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

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

R = 31.1%
G = 30.35%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A7A3CF (or 0xA7A3CF) is known color: Wistful. HEX triplet: A7, A3 and CF. RGB value is (167,163,207). Sum of RGB (Red+Green+Blue) = 167+163+207=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A3CF is #585C30. Grayscale: #A9A9A9. Windows color (decimal): -5790769 or 13607847. OLE color: 13607847.

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

Color convert

RGB 167 163 207 -
CMYK 0.19 0.21 0 0.19
HSL 245.45º 0.31% 0.73% -
HSV(B) 245.45º 0.21% 0.81% -
XYZ 40.3 38.91 64.42 -
YUV 169.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 167 163 207 0.19 0.21 0 0.19 245.45 0.31 0.73
Hex A7 A3 CF 13 15 0 13 F5 1F 49
Octal 247 243 317 23 25 0 23 365 37 111
Binary 10100111 10100011 11001111 10011 10101 0 10011 11110101 11111 1001001

Color Harmonies of #A7A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A3CF

Black with #A7A3CF

Text Example


Text Example

White with #A7A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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