#A598BE

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

Shades of Cold Purple #A598BE

Tints of Cold Purple #A598BE

Color information

#A598BE (or 0xA598BE) is unknown color: approx Cold Purple. HEX triplet: A5, 98 and BE. RGB value is (165,152,190). Sum of RGB (Red+Green+Blue) = 165+152+190=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A598BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598BE is #5A6741. Grayscale: #A0A0A0. Windows color (decimal): -5924674 or 12490917. OLE color: 12490917.

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

Color convert

RGB165152190-
CMYK0.130.200.25
HSL260.53º22.62%67.06%-
HSV(B)260.53º20%74.51%-
XYZ36.0434.1753.41-
YUV160.22144.81131.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=32.54%
G=29.98%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651521900.130.200.25260.5322.6267.06
HexA598BED140191051743
Octal245230276152403140527103
Binary101001011001100010111110110110100011001100000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598BE; }

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

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

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

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

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

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

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

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