#A298BE

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

Shades of Cold Purple #A298BE

Tints of Cold Purple #A298BE

Color information

#A298BE (or 0xA298BE) is unknown color: approx Cold Purple. HEX triplet: A2, 98 and BE. RGB value is (162,152,190). Sum of RGB (Red+Green+Blue) = 162+152+190=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #A298BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BE is #5D6741. Grayscale: #9F9F9F. Windows color (decimal): -6121282 or 12490914. OLE color: 12490914.

HSL color Cylindrical-coordinate representation of color #A298BE: hue angle of 255.79º 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 #A298BE is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162152190-
CMYK0.150.200.25
HSL255.79º22.62%67.06%-
HSV(B)255.79º20%74.51%-
XYZ35.4233.8653.38-
YUV159.32145.31129.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=32.14%
G=30.16%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621521900.150.200.25255.7922.6267.06
HexA298BEF140191001743
Octal242230276172403140027103
Binary101000101001100010111110111110100011001100000000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298BE; }

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

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

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

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

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

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

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

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