#A380CF

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

Shades of Cold Purple #A380CF

Tints of Cold Purple #A380CF

Color information

#A380CF (or 0xA380CF) is unknown color: approx Cold Purple. HEX triplet: A3, 80 and CF. RGB value is (163,128,207). Sum of RGB (Red+Green+Blue) = 163+128+207=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #A380CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380CF is #5C7F30. Grayscale: #939393. Windows color (decimal): -6061873 or 13598883. OLE color: 13598883.

HSL color Cylindrical-coordinate representation of color #A380CF: hue angle of 266.58º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A380CF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163128207-
CMYK0.210.3800.19
HSL266.58º45.14%65.69%-
HSV(B)266.58º38.16%81.18%-
XYZ34.0927.7362.59-
YUV147.47161.6139.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=32.73%
G=25.70%
B=41.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631282070.210.3800.19266.5845.1465.69
HexA380CF152601310b2d42
Octal243200317254602341355102
Binary101000111000000011001111101011001100100111000010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380CF; }

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

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

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

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

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

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

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

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