#A598BA

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

Shades of Cold Purple #A598BA

Tints of Cold Purple #A598BA

Color information

#A598BA (or 0xA598BA) is unknown color: approx Cold Purple. HEX triplet: A5, 98 and BA. RGB value is (165,152,186). Sum of RGB (Red+Green+Blue) = 165+152+186=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #A598BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598BA is #5A6745. Grayscale: #9F9F9F. Windows color (decimal): -5924678 or 12228773. OLE color: 12228773.

HSL color Cylindrical-coordinate representation of color #A598BA: hue angle of 262.94º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A598BA is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165152186-
CMYK0.110.1800.27
HSL262.94º19.77%66.27%-
HSV(B)262.94º18.28%72.94%-
XYZ35.613451.14-
YUV159.76142.81131.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=32.80%
G=30.22%
B=36.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651521860.110.1800.27262.9419.7766.27
HexA598BAB1201B1071442
Octal245230272132203340724102
Binary101001011001100010111010101110010011011100000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598BA; }

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

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

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

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

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

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

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

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