#A481CF

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

Shades of Cold Purple #A481CF

Tints of Cold Purple #A481CF

Color information

#A481CF (or 0xA481CF) is unknown color: approx Cold Purple. HEX triplet: A4, 81 and CF. RGB value is (164,129,207). Sum of RGB (Red+Green+Blue) = 164+129+207=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A481CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481CF is #5B7E30. Grayscale: #949494. Windows color (decimal): -5996081 or 13599140. OLE color: 13599140.

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

Color convert

RGB164129207-
CMYK0.210.3800.19
HSL266.92º44.83%65.88%-
HSV(B)266.92º37.68%81.18%-
XYZ34.4228.162.64-
YUV148.36161.1139.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=32.8%
G=25.8%
B=41.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641292070.210.3800.19266.9244.8365.88
HexA481CF152601310b2d42
Octal244201317254602341355102
Binary101001001000000111001111101011001100100111000010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481CF; }

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

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

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

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

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

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

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

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