#A382CA

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

Shades of Cold Purple #A382CA

Tints of Cold Purple #A382CA

Color information

#A382CA (or 0xA382CA) is unknown color: approx Cold Purple. HEX triplet: A3, 82 and CA. RGB value is (163,130,202). Sum of RGB (Red+Green+Blue) = 163+130+202=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A382CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382CA is #5C7D35. Grayscale: #939393. Windows color (decimal): -6061366 or 13271715. OLE color: 13271715.

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

Color convert

RGB163130202-
CMYK0.190.3600.21
HSL267.5º40.45%65.1%-
HSV(B)267.5º35.64%79.22%-
XYZ33.7528.0259.51-
YUV148.07158.43138.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=32.93%
G=26.26%
B=40.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631302020.190.3600.21267.540.4565.1
HexA382CA132401510c2841
Octal243202312234402541450101
Binary101000111000001011001010100111001000101011000011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382CA; }

 p { color: rgb(163,130,202); }

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

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

 a { background-color: rgb(163,130,202); }

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

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

 span { border-color: rgb(163,130,202); }

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