#A582CD

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

Shades of Cold Purple #A582CD

Tints of Cold Purple #A582CD

Color information

#A582CD (or 0xA582CD) is unknown color: approx Cold Purple. HEX triplet: A5, 82 and CD. RGB value is (165,130,205). Sum of RGB (Red+Green+Blue) = 165+130+205=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A582CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582CD is #5A7D32. Grayscale: #949494. Windows color (decimal): -5930291 or 13468325. OLE color: 13468325.

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

Color convert

RGB165130205-
CMYK0.200.3700.20
HSL268º42.86%65.69%-
HSV(B)268º36.59%80.39%-
XYZ34.5228.3761.41-
YUV149.02159.6139.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 205 (80.47% from 255) = 41%
R=33%
G=26%
B=41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651302050.200.3700.2026842.8665.69
HexA582CD142501410c2b42
Octal245202315244502441453102
Binary101001011000001011001101101001001010101001000011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582CD; }

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

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

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

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

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

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

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

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