Html Css Color HEX #A5A2C3 Wistful

📋 copy color: '#A5A2C3'

red 165 ◦ green 162 ◦ blue 195

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

Shades of Wistful #A5A2C3

Tints of Wistful #A5A2C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.36%

R = 31.61%
G = 31.03%
B = 37.36%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A5A2C3 (or 0xA5A2C3) is known color: Wistful. HEX triplet: A5, A2 and C3. RGB value is (165,162,195). Sum of RGB (Red+Green+Blue) = 165+162+195=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 195 - color contains mainly: blue. Hex color #A5A2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2C3 is #5A5D3C. Grayscale: #A6A6A6. Windows color (decimal): -5922109 or 12821157. OLE color: 12821157.

HSL color Cylindrical-coordinate representation of color #A5A2C3: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5A2C3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 162 195 -
CMYK 0.15 0.17 0 0.24
HSL 245.45º 0.22% 0.7% -
HSV(B) 245.45º 0.17% 0.76% -
XYZ 38.29 37.78 56.9 -
YUV 166.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 165 162 195 0.15 0.17 0 0.24 245.45 0.22 0.7
Hex A5 A2 C3 F 11 0 18 F5 16 46
Octal 245 242 303 17 21 0 30 365 26 106
Binary 10100101 10100010 11000011 1111 10001 0 11000 11110101 10110 1000110

Color Harmonies of #A5A2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A2C3

Black with #A5A2C3

Text Example


Text Example

White with #A5A2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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