Html Css Color HEX #A5A7C9 Wistful

📋 copy color: '#A5A7C9'

red 165 ◦ green 167 ◦ blue 201

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

Shades of Wistful #A5A7C9

Tints of Wistful #A5A7C9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.33%

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 30.96%
G = 31.33%
B = 37.71%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5A7C9 (or 0xA5A7C9) is known color: Wistful. HEX triplet: A5, A7 and C9. RGB value is (165,167,201). Sum of RGB (Red+Green+Blue) = 165+167+201=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #A5A7C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7C9 is #5A5836. Grayscale: #AAAAAA. Windows color (decimal): -5920823 or 13215653. OLE color: 13215653.

HSL color Cylindrical-coordinate representation of color #A5A7C9: hue angle of 236.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5A7C9 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 167 201 -
CMYK 0.18 0.17 0 0.21
HSL 236.67º 0.25% 0.72% -
HSV(B) 236.67º 0.18% 0.79% -
XYZ 39.88 39.85 60.85 -
YUV 170.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 165 167 201 0.18 0.17 0 0.21 236.67 0.25 0.72
Hex A5 A7 C9 12 11 0 15 ED 19 48
Octal 245 247 311 22 21 0 25 355 31 110
Binary 10100101 10100111 11001001 10010 10001 0 10101 11101101 11001 1001000

Color Harmonies of #A5A7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A7C9

Black with #A5A7C9

Text Example


Text Example

White with #A5A7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A7C9; }

 p { color: rgb(165,167,201); }

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

background-color css

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

 a { background-color: rgb(165,167,201); }

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

border-color css

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

 span { border-color: rgb(165,167,201); }

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