#A298BF

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

Shades of Cold Purple #A298BF

Tints of Cold Purple #A298BF

Color information

#A298BF (or 0xA298BF) is unknown color: approx Cold Purple. HEX triplet: A2, 98 and BF. RGB value is (162,152,191). Sum of RGB (Red+Green+Blue) = 162+152+191=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #A298BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A298BF is #5D6740. Grayscale: #9F9F9F. Windows color (decimal): -6121281 or 12556450. OLE color: 12556450.

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

Color convert

RGB162152191-
CMYK0.150.2000.25
HSL255.38º23.35%67.25%-
HSV(B)255.38º20.42%74.9%-
XYZ35.5333.953.96-
YUV159.44145.81129.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 191 (75% from 255) = 37.82%
R=32.08%
G=30.10%
B=37.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621521910.150.2000.25255.3823.3567.25
HexA298BFF14019ff1743
Octal242230277172403137727103
Binary10100010100110001011111111111010001100111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298BF; }

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

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

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

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

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

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

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

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