#A385CB

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

Shades of Cold Purple #A385CB

Tints of Cold Purple #A385CB

Color information

#A385CB (or 0xA385CB) is unknown color: approx Cold Purple. HEX triplet: A3, 85 and CB. RGB value is (163,133,203). Sum of RGB (Red+Green+Blue) = 163+133+203=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #A385CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CB is #5C7A34. Grayscale: #959595. Windows color (decimal): -6060597 or 13338019. OLE color: 13338019.

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

Color convert

RGB163133203-
CMYK0.200.3400.20
HSL265.71º40.23%65.88%-
HSV(B)265.71º34.48%79.61%-
XYZ34.2728.8760.27-
YUV149.95157.94137.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=32.67%
G=26.65%
B=40.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631332030.200.3400.20265.7140.2365.88
HexA385CB142201410a2842
Octal243205313244202441250102
Binary101000111000010111001011101001000100101001000010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385CB; }

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

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

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

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

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

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

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

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