Html Css Color HEX #A5A2BF Wistful

📋 copy color: '#A5A2BF'

red 165 ◦ green 162 ◦ blue 191

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

Shades of Wistful #A5A2BF

Tints of Wistful #A5A2BF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

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

R = 31.85%
G = 31.27%
B = 36.87%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5A2BF (or 0xA5A2BF) is known color: Wistful. HEX triplet: A5, A2 and BF. RGB value is (165,162,191). Sum of RGB (Red+Green+Blue) = 165+162+191=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2BF is #5A5D40. Grayscale: #A6A6A6. Windows color (decimal): -5922113 or 12559013. OLE color: 12559013.

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

Color convert

RGB 165 162 191 -
CMYK 0.14 0.15 0 0.25
HSL 246.21º 0.18% 0.69% -
HSV(B) 246.21º 0.15% 0.75% -
XYZ 37.84 37.6 54.55 -
YUV 166.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 165 162 191 0.14 0.15 0 0.25 246.21 0.18 0.69
Hex A5 A2 BF E F 0 19 F6 12 45
Octal 245 242 277 16 17 0 31 366 22 105
Binary 10100101 10100010 10111111 1110 1111 0 11001 11110110 10010 1000101

Color Harmonies of #A5A2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A2BF

Black with #A5A2BF

Text Example


Text Example

White with #A5A2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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