#A581CF

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

Shades of Cold Purple #A581CF

Tints of Cold Purple #A581CF

Color information

#A581CF (or 0xA581CF) is unknown color: approx Cold Purple. HEX triplet: A5, 81 and CF. RGB value is (165,129,207). Sum of RGB (Red+Green+Blue) = 165+129+207=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A581CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581CF is #5A7E30. Grayscale: #949494. Windows color (decimal): -5930545 or 13599141. OLE color: 13599141.

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

Color convert

RGB165129207-
CMYK0.200.3800.19
HSL267.69º44.83%65.88%-
HSV(B)267.69º37.68%81.18%-
XYZ34.6328.262.65-
YUV148.66160.93139.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=32.93%
G=25.75%
B=41.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651292070.200.3800.19267.6944.8365.88
HexA581CF142601310c2d42
Octal245201317244602341455102
Binary101001011000000111001111101001001100100111000011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581CF; }

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

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

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

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

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

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

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

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