#A7A2DA

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

Shades of Wistful #A7A2DA

Tints of Wistful #A7A2DA

Color information

#A7A2DA (or 0xA7A2DA) is unknown color: approx Wistful. HEX triplet: A7, A2 and DA. RGB value is (167,162,218). Sum of RGB (Red+Green+Blue) = 167+162+218=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #A7A2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7A2DA is #585D25. Grayscale: #A9A9A9. Windows color (decimal): -5791014 or 14328487. OLE color: 14328487.

HSL color Cylindrical-coordinate representation of color #A7A2DA: hue angle of 245.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7A2DA is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167162218-
CMYK0.230.2600.15
HSL245.36º43.08%74.51%-
HSV(B)245.36º25.69%85.49%-
XYZ41.5139.1271.69-
YUV169.88155.16125.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=30.53%
G=29.62%
B=39.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671622180.230.2600.15245.3643.0874.51
HexA7A2DA171A0Ff52b4b
Octal247242332273201736553113
Binary101001111010001011011010101111101001111111101011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A2DA; }

 p { color: rgb(167,162,218); }

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

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

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

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

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

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

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