Html Css Color HEX #A5A7DB Wistful

📋 copy color: '#A5A7DB'

red 165 ◦ green 167 ◦ blue 219

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

Shades of Wistful #A5A7DB

Tints of Wistful #A5A7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 29.95%
G = 30.31%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5A7DB (or 0xA5A7DB) is known color: Wistful. HEX triplet: A5, A7 and DB. RGB value is (165,167,219). Sum of RGB (Red+Green+Blue) = 165+167+219=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7DB is #5A5824. Grayscale: #ACACAC. Windows color (decimal): -5920805 or 14395301. OLE color: 14395301.

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

Color convert

RGB 165 167 219 -
CMYK 0.25 0.24 0 0.14
HSL 237.78º 0.43% 0.75% -
HSV(B) 237.78º 0.25% 0.86% -
XYZ 42.12 40.75 72.66 -
YUV 172.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 165 167 219 0.25 0.24 0 0.14 237.78 0.43 0.75
Hex A5 A7 DB 19 18 0 E EE 2B 4B
Octal 245 247 333 31 30 0 16 356 53 113
Binary 10100101 10100111 11011011 11001 11000 0 1110 11101110 101011 1001011

Color Harmonies of #A5A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A7DB

Black with #A5A7DB

Text Example


Text Example

White with #A5A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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