#A482CD

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

Shades of Cold Purple #A482CD

Tints of Cold Purple #A482CD

Color information

#A482CD (or 0xA482CD) is unknown color: approx Cold Purple. HEX triplet: A4, 82 and CD. RGB value is (164,130,205). Sum of RGB (Red+Green+Blue) = 164+130+205=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #A482CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CD is #5B7D32. Grayscale: #949494. Windows color (decimal): -5995827 or 13468324. OLE color: 13468324.

HSL color Cylindrical-coordinate representation of color #A482CD: hue angle of 267.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A482CD is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164130205-
CMYK0.20.3700.20
HSL267.2º42.86%65.69%-
HSV(B)267.2º36.59%80.39%-
XYZ34.3128.2761.4-
YUV148.72159.76138.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=32.87%
G=26.05%
B=41.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641302050.20.3700.20267.242.8665.69
HexA482CD142501410b2b42
Octal244202315244502441353102
Binary101001001000001011001101101001001010101001000010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482CD; }

 p { color: rgb(164,130,205); }

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

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

 a { background-color: rgb(164,130,205); }

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

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

 span { border-color: rgb(164,130,205); }

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