#A280CC

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

Shades of Cold Purple #A280CC

Tints of Cold Purple #A280CC

Color information

#A280CC (or 0xA280CC) is unknown color: approx Cold Purple. HEX triplet: A2, 80 and CC. RGB value is (162,128,204). Sum of RGB (Red+Green+Blue) = 162+128+204=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #A280CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CC is #5D7F33. Grayscale: #929292. Windows color (decimal): -6127412 or 13402274. OLE color: 13402274.

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

Color convert

RGB162128204-
CMYK0.210.3700.2
HSL266.84º42.7%65.1%-
HSV(B)266.84º37.25%80%-
XYZ33.5227.4860.66-
YUV146.83160.26138.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=32.79%
G=25.91%
B=41.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621282040.210.3700.2266.8442.765.1
HexA280CC152501410b2b41
Octal242200314254502441353101
Binary101000101000000011001100101011001010101001000010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280CC; }

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

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

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

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

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

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

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

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