#A299B5

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

Shades of Cold Purple #A299B5

Tints of Cold Purple #A299B5

Color information

#A299B5 (or 0xA299B5) is unknown color: approx Cold Purple. HEX triplet: A2, 99 and B5. RGB value is (162,153,181). Sum of RGB (Red+Green+Blue) = 162+153+181=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #A299B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299B5 is #5D664A. Grayscale: #9E9E9E. Windows color (decimal): -6121035 or 11901346. OLE color: 11901346.

HSL color Cylindrical-coordinate representation of color #A299B5: hue angle of 259.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A299B5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162153181-
CMYK0.100.1500.29
HSL259.29º15.91%65.49%-
HSV(B)259.29º15.47%70.98%-
XYZ34.6333.848.41-
YUV158.88140.48130.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 153 (60.16% from 255) = 30.85%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=32.66%
G=30.85%
B=36.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621531810.100.1500.29259.2915.9165.49
HexA299B5AF01D1031041
Octal242231265121703540320101
Binary10100010100110011011010110101111011101100000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299B5; }

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

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

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

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

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

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

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

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