Html Css Color HEX #A8A7DB Wistful

📋 copy color: '#A8A7DB'

red 168 ◦ green 167 ◦ blue 219

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

Shades of Wistful #A8A7DB

Tints of Wistful #A8A7DB

RGB

 RED value IS 168 (66.02% from 255) = 30.32%

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

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

R = 30.32%
G = 30.14%
B = 39.53%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8A7DB (or 0xA8A7DB) is known color: Wistful. HEX triplet: A8, A7 and DB. RGB value is (168,167,219). Sum of RGB (Red+Green+Blue) = 168+167+219=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A7DB is #575824. Grayscale: #ADADAD. Windows color (decimal): -5724197 or 14395304. OLE color: 14395304.

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

Color convert

RGB 168 167 219 -
CMYK 0.23 0.24 0 0.14
HSL 241.15º 0.42% 0.76% -
HSV(B) 241.15º 0.24% 0.86% -
XYZ 42.75 41.08 72.69 -
YUV 173.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 168 167 219 0.23 0.24 0 0.14 241.15 0.42 0.76
Hex A8 A7 DB 17 18 0 E F1 2A 4C
Octal 250 247 333 27 30 0 16 361 52 114
Binary 10101000 10100111 11011011 10111 11000 0 1110 11110001 101010 1001100

Color Harmonies of #A8A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A7DB

Black with #A8A7DB

Text Example


Text Example

White with #A8A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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