Html Css Color HEX #A5A0BF Wistful

📋 copy color: '#A5A0BF'

red 165 ◦ green 160 ◦ blue 191

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

Shades of Wistful #A5A0BF

Tints of Wistful #A5A0BF

RGB

 RED value IS 165 (64.84% from 255) = 31.98%

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

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

R = 31.98%
G = 31.01%
B = 37.02%

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

#A5A0BF (or 0xA5A0BF) is known color: Wistful. HEX triplet: A5, A0 and BF. RGB value is (165,160,191). Sum of RGB (Red+Green+Blue) = 165+160+191=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A0BF is #5A5F40. Grayscale: #A4A4A4. Windows color (decimal): -5922625 or 12558501. OLE color: 12558501.

HSL color Cylindrical-coordinate representation of color #A5A0BF: hue angle of 249.68º 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 #A5A0BF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 160 191 -
CMYK 0.14 0.16 0 0.25
HSL 249.68º 0.19% 0.69% -
HSV(B) 249.68º 0.16% 0.75% -
XYZ 37.49 36.9 54.44 -
YUV 165.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 165 160 191 0.14 0.16 0 0.25 249.68 0.19 0.69
Hex A5 A0 BF E 10 0 19 FA 13 45
Octal 245 240 277 16 20 0 31 372 23 105
Binary 10100101 10100000 10111111 1110 10000 0 11001 11111010 10011 1000101

Color Harmonies of #A5A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A0BF

Black with #A5A0BF

Text Example


Text Example

White with #A5A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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