#A280CF

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

Shades of Cold Purple #A280CF

Tints of Cold Purple #A280CF

Color information

#A280CF (or 0xA280CF) is unknown color: approx Cold Purple. HEX triplet: A2, 80 and CF. RGB value is (162,128,207). Sum of RGB (Red+Green+Blue) = 162+128+207=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #A280CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280CF is #5D7F30. Grayscale: #929292. Windows color (decimal): -6127409 or 13598882. OLE color: 13598882.

HSL color Cylindrical-coordinate representation of color #A280CF: hue angle of 265.82º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A280CF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162128207-
CMYK0.220.3800.19
HSL265.82º45.14%65.69%-
HSV(B)265.82º38.16%81.18%-
XYZ33.8827.6262.58-
YUV147.17161.76138.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=32.60%
G=25.75%
B=41.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621282070.220.3800.19265.8245.1465.69
HexA280CF162601310a2d42
Octal242200317264602341255102
Binary101000101000000011001111101101001100100111000010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280CF; }

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

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

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

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

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

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

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

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