#A4A2CD

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

Shades of Wistful #A4A2CD

Tints of Wistful #A4A2CD

Color information

#A4A2CD (or 0xA4A2CD) is unknown color: approx Wistful. HEX triplet: A4, A2 and CD. RGB value is (164,162,205). Sum of RGB (Red+Green+Blue) = 164+162+205=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4A2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A2CD is #5B5D32. Grayscale: #A7A7A7. Windows color (decimal): -5987635 or 13476516. OLE color: 13476516.

HSL color Cylindrical-coordinate representation of color #A4A2CD: hue angle of 242.79º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4A2CD is Cyan = 0.2, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164162205-
CMYK0.20.2100.20
HSL242.79º30.07%71.96%-
HSV(B)242.79º20.98%80.39%-
XYZ39.2538.1463.05-
YUV167.5149.16125.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=30.89%
G=30.51%
B=38.61%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641622050.20.2100.20242.7930.0771.96
HexA4A2CD1415014f31e48
Octal244242315242502436336110
Binary101001001010001011001101101001010101010011110011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A2CD; }

 p { color: rgb(164,162,205); }

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

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

 a { background-color: rgb(164,162,205); }

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

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

 span { border-color: rgb(164,162,205); }

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