#A481D5

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

Shades of Cold Purple #A481D5

Tints of Cold Purple #A481D5

Color information

#A481D5 (or 0xA481D5) is unknown color: approx Cold Purple. HEX triplet: A4, 81 and D5. RGB value is (164,129,213). Sum of RGB (Red+Green+Blue) = 164+129+213=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #A481D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481D5 is #5B7E2A. Grayscale: #949494. Windows color (decimal): -5996075 or 13992356. OLE color: 13992356.

HSL color Cylindrical-coordinate representation of color #A481D5: hue angle of 265º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A481D5 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164129213-
CMYK0.230.3900.16
HSL265º50%67.06%-
HSV(B)265º39.44%83.53%-
XYZ35.1728.466.58-
YUV149.04164.1138.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=32.41%
G=25.49%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641292130.230.3900.162655067.06
HexA481D517270101093243
Octal244201325274702041162103
Binary101001001000000111010101101111001110100001000010011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481D5; }

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

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

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

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

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

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

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

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