#A398BE

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

Shades of Cold Purple #A398BE

Tints of Cold Purple #A398BE

Color information

#A398BE (or 0xA398BE) is unknown color: approx Cold Purple. HEX triplet: A3, 98 and BE. RGB value is (163,152,190). Sum of RGB (Red+Green+Blue) = 163+152+190=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A398BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398BE is #5C6741. Grayscale: #9F9F9F. Windows color (decimal): -6055746 or 12490915. OLE color: 12490915.

HSL color Cylindrical-coordinate representation of color #A398BE: hue angle of 257.37º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A398BE is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163152190-
CMYK0.140.200.25
HSL257.37º22.62%67.06%-
HSV(B)257.37º20%74.51%-
XYZ35.6333.9653.39-
YUV159.62145.14130.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=32.28%
G=30.10%
B=37.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631521900.140.200.25257.3722.6267.06
HexA398BEE140191011743
Octal243230276162403140127103
Binary101000111001100010111110111010100011001100000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398BE; }

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

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

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

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

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

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

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

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