Html Css Color HEX #A6A7DB Wistful

📋 copy color: '#A6A7DB'

red 166 ◦ green 167 ◦ blue 219

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

Shades of Wistful #A6A7DB

Tints of Wistful #A6A7DB

RGB

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

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

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

R = 30.07%
G = 30.25%
B = 39.67%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6A7DB (or 0xA6A7DB) is known color: Wistful. HEX triplet: A6, A7 and DB. RGB value is (166,167,219). Sum of RGB (Red+Green+Blue) = 166+167+219=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A7DB is #595824. Grayscale: #ACACAC. Windows color (decimal): -5855269 or 14395302. OLE color: 14395302.

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

Color convert

RGB 166 167 219 -
CMYK 0.24 0.24 0 0.14
HSL 238.87º 0.42% 0.75% -
HSV(B) 238.87º 0.24% 0.86% -
XYZ 42.33 40.86 72.67 -
YUV 172.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 166 167 219 0.24 0.24 0 0.14 238.87 0.42 0.75
Hex A6 A7 DB 18 18 0 E EF 2A 4B
Octal 246 247 333 30 30 0 16 357 52 113
Binary 10100110 10100111 11011011 11000 11000 0 1110 11101111 101010 1001011

Color Harmonies of #A6A7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A7DB

Black with #A6A7DB

Text Example


Text Example

White with #A6A7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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