#A398FD

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

Shades of Wistful #A398FD

Tints of Wistful #A398FD

Color information

#A398FD (or 0xA398FD) is unknown color: approx Wistful. HEX triplet: A3, 98 and FD. RGB value is (163,152,253). Sum of RGB (Red+Green+Blue) = 163+152+253=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #A398FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A398FD is #5C6702. Grayscale: #A6A6A6. Windows color (decimal): -6055683 or 16619683. OLE color: 16619683.

HSL color Cylindrical-coordinate representation of color #A398FD: hue angle of 246.53º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A398FD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163152253-
CMYK0.360.4000.01
HSL246.53º96.19%79.41%-
HSV(B)246.53º39.92%99.22%-
XYZ44.0637.3397.81-
YUV166.8176.64125.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=28.70%
G=26.76%
B=44.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631522530.360.4000.01246.5396.1979.41
HexA398FD242801f7604f
Octal243230375445001367140117
Binary101000111001100011111101100100101000011111011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398FD; }

 p { color: rgb(163,152,253); }

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

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

 a { background-color: rgb(163,152,253); }

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

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

 span { border-color: rgb(163,152,253); }

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