#A383CE

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

Shades of Cold Purple #A383CE

Tints of Cold Purple #A383CE

Color information

#A383CE (or 0xA383CE) is unknown color: approx Cold Purple. HEX triplet: A3, 83 and CE. RGB value is (163,131,206). Sum of RGB (Red+Green+Blue) = 163+131+206=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A383CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383CE is #5C7C31. Grayscale: #949494. Windows color (decimal): -6061106 or 13534115. OLE color: 13534115.

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

Color convert

RGB163131206-
CMYK0.210.3600.19
HSL265.6º43.35%66.08%-
HSV(B)265.6º36.41%80.78%-
XYZ34.3628.4862.08-
YUV149.12160.1137.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=32.6%
G=26.2%
B=41.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631312060.210.3600.19265.643.3566.08
HexA383CE152401310a2b42
Octal243203316254402341253102
Binary101000111000001111001110101011001000100111000010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383CE; }

 p { color: rgb(163,131,206); }

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

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

 a { background-color: rgb(163,131,206); }

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

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

 span { border-color: rgb(163,131,206); }

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