#A380CD

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

Shades of Cold Purple #A380CD

Tints of Cold Purple #A380CD

Color information

#A380CD (or 0xA380CD) is unknown color: approx Cold Purple. HEX triplet: A3, 80 and CD. RGB value is (163,128,205). Sum of RGB (Red+Green+Blue) = 163+128+205=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A380CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380CD is #5C7F32. Grayscale: #929292. Windows color (decimal): -6061875 or 13467811. OLE color: 13467811.

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

Color convert

RGB163128205-
CMYK0.200.3800.20
HSL267.27º43.5%65.29%-
HSV(B)267.27º37.56%80.39%-
XYZ33.8427.6361.31-
YUV147.24160.6139.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=32.86%
G=25.81%
B=41.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631282050.200.3800.20267.2743.565.29
HexA380CD142601410b2c41
Octal243200315244602441354101
Binary101000111000000011001101101001001100101001000010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380CD; }

 p { color: rgb(163,128,205); }

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

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

 a { background-color: rgb(163,128,205); }

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

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

 span { border-color: rgb(163,128,205); }

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