Html Css Color HEX #A4A0BF Wistful

📋 copy color: '#A4A0BF'

red 164 ◦ green 160 ◦ blue 191

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

Shades of Wistful #A4A0BF

Tints of Wistful #A4A0BF

RGB

 RED value IS 164 (64.45% from 255) = 31.84%

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

 BLUE value IS 191 (75% from 255) = 37.09%

R = 31.84%
G = 31.07%
B = 37.09%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A4A0BF (or 0xA4A0BF) is known color: Wistful. HEX triplet: A4, A0 and BF. RGB value is (164,160,191). Sum of RGB (Red+Green+Blue) = 164+160+191=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0BF is #5B5F40. Grayscale: #A4A4A4. Windows color (decimal): -5988161 or 12558500. OLE color: 12558500.

HSL color Cylindrical-coordinate representation of color #A4A0BF: hue angle of 247.74º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4A0BF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 160 191 -
CMYK 0.14 0.16 0 0.25
HSL 247.74º 0.19% 0.69% -
HSV(B) 247.74º 0.16% 0.75% -
XYZ 37.28 36.8 54.43 -
YUV 164.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 164 160 191 0.14 0.16 0 0.25 247.74 0.19 0.69
Hex A4 A0 BF E 10 0 19 F8 13 45
Octal 244 240 277 16 20 0 31 370 23 105
Binary 10100100 10100000 10111111 1110 10000 0 11001 11111000 10011 1000101

Color Harmonies of #A4A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A0BF

Black with #A4A0BF

Text Example


Text Example

White with #A4A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A0BF; }

 p { color: rgb(164,160,191); }

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

background-color css

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

 a { background-color: rgb(164,160,191); }

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

border-color css

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

 span { border-color: rgb(164,160,191); }

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