Html Css Color HEX #A7A8C2 Wistful

📋 copy color: '#A7A8C2'

red 167 ◦ green 168 ◦ blue 194

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

Shades of Wistful #A7A8C2

Tints of Wistful #A7A8C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 31.57%
G = 31.76%
B = 36.67%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A7A8C2 (or 0xA7A8C2) is known color: Wistful. HEX triplet: A7, A8 and C2. RGB value is (167,168,194). Sum of RGB (Red+Green+Blue) = 167+168+194=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #A7A8C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A8C2 is #58573D. Grayscale: #AAAAAA. Windows color (decimal): -5789502 or 12757159. OLE color: 12757159.

HSL color Cylindrical-coordinate representation of color #A7A8C2: hue angle of 237.78º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7A8C2 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 168 194 -
CMYK 0.14 0.13 0 0.24
HSL 237.78º 0.18% 0.71% -
HSV(B) 237.78º 0.14% 0.76% -
XYZ 39.68 40.12 56.69 -
YUV 170.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 167 168 194 0.14 0.13 0 0.24 237.78 0.18 0.71
Hex A7 A8 C2 E D 0 18 EE 12 47
Octal 247 250 302 16 15 0 30 356 22 107
Binary 10100111 10101000 11000010 1110 1101 0 11000 11101110 10010 1000111

Color Harmonies of #A7A8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A8C2

Black with #A7A8C2

Text Example


Text Example

White with #A7A8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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