Html Css Color HEX #A8A8DB Wistful

📋 copy color: '#A8A8DB'

red 168 ◦ green 168 ◦ blue 219

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

Shades of Wistful #A8A8DB

Tints of Wistful #A8A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.27%

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

R = 30.27%
G = 30.27%
B = 39.46%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8A8DB (or 0xA8A8DB) is known color: Wistful. HEX triplet: A8, A8 and DB. RGB value is (168,168,219). Sum of RGB (Red+Green+Blue) = 168+168+219=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8DB is #575724. Grayscale: #ADADAD. Windows color (decimal): -5723941 or 14395560. OLE color: 14395560.

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

Color convert

RGB 168 168 219 -
CMYK 0.23 0.23 0 0.14
HSL 240º 0.41% 0.76% -
HSV(B) 240º 0.23% 0.86% -
XYZ 42.94 41.44 72.75 -
YUV 173.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 168 168 219 0.23 0.23 0 0.14 240 0.41 0.76
Hex A8 A8 DB 17 17 0 E F0 29 4C
Octal 250 250 333 27 27 0 16 360 51 114
Binary 10101000 10101000 11011011 10111 10111 0 1110 11110000 101001 1001100

Color Harmonies of #A8A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A8DB

Black with #A8A8DB

Text Example


Text Example

White with #A8A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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