#A281CF

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

Shades of Cold Purple #A281CF

Tints of Cold Purple #A281CF

Color information

#A281CF (or 0xA281CF) is unknown color: approx Cold Purple. HEX triplet: A2, 81 and CF. RGB value is (162,129,207). Sum of RGB (Red+Green+Blue) = 162+129+207=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A281CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281CF is #5D7E30. Grayscale: #939393. Windows color (decimal): -6127153 or 13599138. OLE color: 13599138.

HSL color Cylindrical-coordinate representation of color #A281CF: hue angle of 265.38º 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 #A281CF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162129207-
CMYK0.220.3800.19
HSL265.38º44.83%65.88%-
HSV(B)265.38º37.68%81.18%-
XYZ34.0127.8962.62-
YUV147.76161.43138.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=32.53%
G=25.90%
B=41.57%

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
Decimal1621292070.220.3800.19265.3844.8365.88
HexA281CF16260131092d42
Octal242201317264602341155102
Binary101000101000000111001111101101001100100111000010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281CF; }

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

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

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

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

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

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

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

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