#A898BE

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

Shades of Cold Purple #A898BE

Tints of Cold Purple #A898BE

Color information

#A898BE (or 0xA898BE) is unknown color: approx Cold Purple. HEX triplet: A8, 98 and BE. RGB value is (168,152,190). Sum of RGB (Red+Green+Blue) = 168+152+190=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #A898BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898BE is #576741. Grayscale: #A0A0A0. Windows color (decimal): -5728066 or 12490920. OLE color: 12490920.

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

Color convert

RGB168152190-
CMYK0.120.200.25
HSL265.26º22.62%67.06%-
HSV(B)265.26º20%74.51%-
XYZ36.6734.553.44-
YUV161.12144.3132.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=32.94%
G=29.80%
B=37.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681521900.120.200.25265.2622.6267.06
HexA898BEC140191091743
Octal250230276142403141127103
Binary101010001001100010111110110010100011001100001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898BE; }

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

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

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

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

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

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

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

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