Html Css Color HEX #A8A2DB Wistful

📋 copy color: '#A8A2DB'

red 168 ◦ green 162 ◦ blue 219

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

Shades of Wistful #A8A2DB

Tints of Wistful #A8A2DB

RGB

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

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

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

R = 30.6%
G = 29.51%
B = 39.89%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8A2DB (or 0xA8A2DB) is known color: Wistful. HEX triplet: A8, A2 and DB. RGB value is (168,162,219). Sum of RGB (Red+Green+Blue) = 168+162+219=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8A2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A2DB is #575D24. Grayscale: #AAAAAA. Windows color (decimal): -5725477 or 14394024. OLE color: 14394024.

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

Color convert

RGB 168 162 219 -
CMYK 0.23 0.26 0 0.14
HSL 246.32º 0.44% 0.75% -
HSV(B) 246.32º 0.26% 0.86% -
XYZ 41.85 39.28 72.39 -
YUV 170.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 168 162 219 0.23 0.26 0 0.14 246.32 0.44 0.75
Hex A8 A2 DB 17 1A 0 E F6 2C 4B
Octal 250 242 333 27 32 0 16 366 54 113
Binary 10101000 10100010 11011011 10111 11010 0 1110 11110110 101100 1001011

Color Harmonies of #A8A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A2DB

Black with #A8A2DB

Text Example


Text Example

White with #A8A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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