Html Css Color HEX #A7A8DC Wistful

📋 copy color: '#A7A8DC'

red 167 ◦ green 168 ◦ blue 220

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

Shades of Wistful #A7A8DC

Tints of Wistful #A7A8DC

RGB

 RED value IS 167 (65.63% from 255) = 30.09%

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

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 30.09%
G = 30.27%
B = 39.64%

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

#A7A8DC (or 0xA7A8DC) is known color: Wistful. HEX triplet: A7, A8 and DC. RGB value is (167,168,220). Sum of RGB (Red+Green+Blue) = 167+168+220=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8DC is #585723. Grayscale: #ADADAD. Windows color (decimal): -5789476 or 14461095. OLE color: 14461095.

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

Color convert

RGB 167 168 220 -
CMYK 0.24 0.24 0 0.14
HSL 238.87º 0.43% 0.76% -
HSV(B) 238.87º 0.24% 0.86% -
XYZ 42.86 41.39 73.44 -
YUV 173.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 167 168 220 0.24 0.24 0 0.14 238.87 0.43 0.76
Hex A7 A8 DC 18 18 0 E EF 2B 4C
Octal 247 250 334 30 30 0 16 357 53 114
Binary 10100111 10101000 11011100 11000 11000 0 1110 11101111 101011 1001100

Color Harmonies of #A7A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A8DC

Black with #A7A8DC

Text Example


Text Example

White with #A7A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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