#A3A4CD

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

Shades of Wistful #A3A4CD

Tints of Wistful #A3A4CD

Color information

#A3A4CD (or 0xA3A4CD) is unknown color: approx Wistful. HEX triplet: A3, A4 and CD. RGB value is (163,164,205). Sum of RGB (Red+Green+Blue) = 163+164+205=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3A4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A4CD is #5C5B32. Grayscale: #A8A8A8. Windows color (decimal): -6052659 or 13477027. OLE color: 13477027.

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

Color convert

RGB163164205-
CMYK0.200.200.20
HSL238.57º29.58%72.16%-
HSV(B)238.57º20.49%80.39%-
XYZ39.438.7563.16-
YUV168.38148.67124.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=30.64%
G=30.83%
B=38.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631642050.200.200.20238.5729.5872.16
HexA3A4CD1414014ef1e48
Octal243244315242402435736110
Binary101000111010010011001101101001010001010011101111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A4CD; }

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

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

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

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

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

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

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

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