#A384CC

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

Shades of Cold Purple #A384CC

Tints of Cold Purple #A384CC

Color information

#A384CC (or 0xA384CC) is unknown color: approx Cold Purple. HEX triplet: A3, 84 and CC. RGB value is (163,132,204). Sum of RGB (Red+Green+Blue) = 163+132+204=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #A384CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384CC is #5C7B33. Grayscale: #959595. Windows color (decimal): -6060852 or 13403299. OLE color: 13403299.

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

Color convert

RGB163132204-
CMYK0.200.3500.2
HSL265.83º41.38%65.88%-
HSV(B)265.83º35.29%80%-
XYZ34.2528.6560.85-
YUV149.48158.77137.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=32.67%
G=26.45%
B=40.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631322040.200.3500.2265.8341.3865.88
HexA384CC142301410a2942
Octal243204314244302441251102
Binary101000111000010011001100101001000110101001000010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A384CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A384CC; }

 p { color: rgb(163,132,204); }

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

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

 a { background-color: rgb(163,132,204); }

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

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

 span { border-color: rgb(163,132,204); }

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