#A280CA

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

Shades of Cold Purple #A280CA

Tints of Cold Purple #A280CA

Color information

#A280CA (or 0xA280CA) is unknown color: approx Cold Purple. HEX triplet: A2, 80 and CA. RGB value is (162,128,202). Sum of RGB (Red+Green+Blue) = 162+128+202=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A280CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CA is #5D7F35. Grayscale: #929292. Windows color (decimal): -6127414 or 13271202. OLE color: 13271202.

HSL color Cylindrical-coordinate representation of color #A280CA: hue angle of 267.57º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A280CA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162128202-
CMYK0.200.3700.21
HSL267.57º41.11%64.71%-
HSV(B)267.57º36.63%79.22%-
XYZ33.2827.3859.41-
YUV146.6159.26138.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=32.93%
G=26.02%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621282020.200.3700.21267.5741.1164.71
HexA280CA142501510c2941
Octal242200312244502541451101
Binary101000101000000011001010101001001010101011000011001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280CA; }

 p { color: rgb(162,128,202); }

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

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

 a { background-color: rgb(162,128,202); }

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

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

 span { border-color: rgb(162,128,202); }

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