#A398CB

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

Shades of Wistful #A398CB

Tints of Wistful #A398CB

Color information

#A398CB (or 0xA398CB) is unknown color: approx Wistful. HEX triplet: A3, 98 and CB. RGB value is (163,152,203). Sum of RGB (Red+Green+Blue) = 163+152+203=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #A398CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398CB is #5C6734. Grayscale: #A0A0A0. Windows color (decimal): -6055733 or 13342883. OLE color: 13342883.

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

Color convert

RGB163152203-
CMYK0.200.2500.20
HSL252.94º32.9%69.61%-
HSV(B)252.94º25.12%79.61%-
XYZ37.1134.5561.21-
YUV161.1151.64129.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=31.47%
G=29.34%
B=39.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631522030.200.2500.20252.9432.969.61
HexA398CB1419014fd2146
Octal243230313243102437541106
Binary1010001110011000110010111010011001010100111111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398CB; }

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

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

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

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

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

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

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

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