#A7A7CA

Color #A7A7CA Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A7A7CA

Tints of Wistful #A7A7CA

Color information

#A7A7CA (or 0xA7A7CA) is unknown color: approx Wistful. HEX triplet: A7, A7 and CA. RGB value is (167,167,202). Sum of RGB (Red+Green+Blue) = 167+167+202=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A7CA is #585835. Grayscale: #AAAAAA. Windows color (decimal): -5789750 or 13281191. OLE color: 13281191.

HSL color Cylindrical-coordinate representation of color #A7A7CA: hue angle of 240º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7A7CA is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167167202-
CMYK0.170.1700.21
HSL240º24.82%72.35%-
HSV(B)240º17.33%79.22%-
XYZ40.4240.1261.49-
YUV170.99145.5125.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.16%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=31.16%
G=31.16%
B=37.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671672020.170.1700.2124024.8272.35
HexA7A7CA1111015f01948
Octal247247312212102536031110
Binary101001111010011111001010100011000101010111110000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7CA; }

 p { color: rgb(167,167,202); }

 H1.HeaderClassName
 {
   color: #A7A7CA;
 }
 .AnyTagClassName
 {
   color: #A7A7CA;
 }
</style>
background-color css

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

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

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

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

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

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