Html Css Color HEX #A5A2C6 Wistful

📋 copy color: '#A5A2C6'

red 165 ◦ green 162 ◦ blue 198

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

Shades of Wistful #A5A2C6

Tints of Wistful #A5A2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 31.43%
G = 30.86%
B = 37.71%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A5A2C6 (or 0xA5A2C6) is known color: Wistful. HEX triplet: A5, A2 and C6. RGB value is (165,162,198). Sum of RGB (Red+Green+Blue) = 165+162+198=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #A5A2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A2C6 is #5A5D39. Grayscale: #A6A6A6. Windows color (decimal): -5922106 or 13017765. OLE color: 13017765.

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

Color convert

RGB 165 162 198 -
CMYK 0.17 0.18 0 0.22
HSL 245º 0.24% 0.71% -
HSV(B) 245º 0.18% 0.78% -
XYZ 38.63 37.92 58.71 -
YUV 167 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 165 162 198 0.17 0.18 0 0.22 245 0.24 0.71
Hex A5 A2 C6 11 12 0 16 F5 18 47
Octal 245 242 306 21 22 0 26 365 30 107
Binary 10100101 10100010 11000110 10001 10010 0 10110 11110101 11000 1000111

Color Harmonies of #A5A2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A2C6

Black with #A5A2C6

Text Example


Text Example

White with #A5A2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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