#A582CB

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

Shades of Cold Purple #A582CB

Tints of Cold Purple #A582CB

Color information

#A582CB (or 0xA582CB) is unknown color: approx Cold Purple. HEX triplet: A5, 82 and CB. RGB value is (165,130,203). Sum of RGB (Red+Green+Blue) = 165+130+203=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #A582CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582CB is #5A7D34. Grayscale: #949494. Windows color (decimal): -5930293 or 13337253. OLE color: 13337253.

HSL color Cylindrical-coordinate representation of color #A582CB: hue angle of 268.77º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A582CB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165130203-
CMYK0.190.3600.20
HSL268.77º41.24%65.29%-
HSV(B)268.77º35.96%79.61%-
XYZ34.2828.2860.15-
YUV148.79158.6139.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=33.13%
G=26.10%
B=40.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651302030.190.3600.20268.7741.2465.29
HexA582CB132401410d2941
Octal245202313234402441551101
Binary101001011000001011001011100111001000101001000011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582CB; }

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

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

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

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

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

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

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

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