#A299BF

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

Shades of Cold Purple #A299BF

Tints of Cold Purple #A299BF

Color information

#A299BF (or 0xA299BF) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and BF. RGB value is (162,153,191). Sum of RGB (Red+Green+Blue) = 162+153+191=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #A299BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299BF is #5D6640. Grayscale: #9F9F9F. Windows color (decimal): -6121025 or 12556706. OLE color: 12556706.

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

Color convert

RGB162153191-
CMYK0.150.2000.25
HSL254.21º22.89%67.45%-
HSV(B)254.21º19.9%74.9%-
XYZ35.734.2354.02-
YUV160.02145.48129.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 191 (75% from 255) = 37.75%
R=32.02%
G=30.24%
B=37.75%

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
Decimal1621531910.150.2000.25254.2122.8967.45
HexA299BFF14019fe1743
Octal242231277172403137627103
Binary10100010100110011011111111111010001100111111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299BF; }

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

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

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

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

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

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

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

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