#A385C4

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

Shades of Cold Purple #A385C4

Tints of Cold Purple #A385C4

Color information

#A385C4 (or 0xA385C4) is unknown color: approx Cold Purple. HEX triplet: A3, 85 and C4. RGB value is (163,133,196). Sum of RGB (Red+Green+Blue) = 163+133+196=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #A385C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385C4 is #5C7A3B. Grayscale: #949494. Windows color (decimal): -6060604 or 12879267. OLE color: 12879267.

HSL color Cylindrical-coordinate representation of color #A385C4: hue angle of 268.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A385C4 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163133196-
CMYK0.170.3200.23
HSL268.57º34.81%64.51%-
HSV(B)268.57º32.14%76.86%-
XYZ33.4628.5555.97-
YUV149.15154.44137.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=33.13%
G=27.03%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631331960.170.3200.23268.5734.8164.51
HexA385C4112001710d2341
Octal243205304214002741543101
Binary101000111000010111000100100011000000101111000011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385C4; }

 p { color: rgb(163,133,196); }

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

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

 a { background-color: rgb(163,133,196); }

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

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

 span { border-color: rgb(163,133,196); }

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