Html Css Color HEX #A6A4DB Wistful

📋 copy color: '#A6A4DB'

red 166 ◦ green 164 ◦ blue 219

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

Shades of Wistful #A6A4DB

Tints of Wistful #A6A4DB

RGB

 RED value IS 166 (65.23% from 255) = 30.24%

 GREEN value IS 164 (64.45% from 255) = 29.87%

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

R = 30.24%
G = 29.87%
B = 39.89%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6A4DB (or 0xA6A4DB) is known color: Wistful. HEX triplet: A6, A4 and DB. RGB value is (166,164,219). Sum of RGB (Red+Green+Blue) = 166+164+219=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 164 (64.45% from 255 or 29.87% 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 #A6A4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A4DB is #595B24. Grayscale: #AAAAAA. Windows color (decimal): -5856037 or 14394534. OLE color: 14394534.

HSL color Cylindrical-coordinate representation of color #A6A4DB: hue angle of 242.18º 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 #A6A4DB is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 164 219 -
CMYK 0.24 0.25 0 0.14
HSL 242.18º 0.43% 0.75% -
HSV(B) 242.18º 0.25% 0.86% -
XYZ 41.79 39.77 72.49 -
YUV 170.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 166 164 219 0.24 0.25 0 0.14 242.18 0.43 0.75
Hex A6 A4 DB 18 19 0 E F2 2B 4B
Octal 246 244 333 30 31 0 16 362 53 113
Binary 10100110 10100100 11011011 11000 11001 0 1110 11110010 101011 1001011

Color Harmonies of #A6A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A4DB

Black with #A6A4DB

Text Example


Text Example

White with #A6A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A4DB; }

 p { color: rgb(166,164,219); }

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

background-color css

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

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

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

border-color css

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

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

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