#A4A3D4

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

Shades of Wistful #A4A3D4

Tints of Wistful #A4A3D4

Color information

#A4A3D4 (or 0xA4A3D4) is unknown color: approx Wistful. HEX triplet: A4, A3 and D4. RGB value is (164,163,212). Sum of RGB (Red+Green+Blue) = 164+163+212=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #A4A3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A3D4 is #5B5C2B. Grayscale: #A8A8A8. Windows color (decimal): -5987372 or 13935524. OLE color: 13935524.

HSL color Cylindrical-coordinate representation of color #A4A3D4: hue angle of 241.22º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4A3D4 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164163212-
CMYK0.230.2300.17
HSL241.22º36.3%73.53%-
HSV(B)241.22º23.11%83.14%-
XYZ40.2938.8467.66-
YUV168.88152.33124.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=30.43%
G=30.24%
B=39.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641632120.230.2300.17241.2236.373.53
HexA4A3D41717011f1244a
Octal244243324272702136144112
Binary1010010010100011110101001011110111010001111100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A3D4; }

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

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

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

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

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

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

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

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