#C35AA1

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

Shades of Mulberry #C35AA1

Tints of Mulberry #C35AA1

Color information

#C35AA1 (or 0xC35AA1) is unknown color: approx Mulberry. HEX triplet: C3, 5A and A1. RGB value is (195,90,161). Sum of RGB (Red+Green+Blue) = 195+90+161=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AA1 is #3CA55E. Grayscale: #818181. Windows color (decimal): -3974495 or 10574531. OLE color: 10574531.

HSL color Cylindrical-coordinate representation of color #C35AA1: hue angle of 319.43º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35AA1 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19590161-
CMYK00.540.170.24
HSL319.43º46.67%55.88%-
HSV(B)319.43º53.85%76.47%-
XYZ32.5921.4936.15-
YUV129.49145.79174.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=43.72%
G=20.18%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959016100.540.170.24319.4346.6755.88
HexC35AA1036111813f2f38
Octal30313224106621304775770
Binary1100001110110101010000101101101000111000100111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35AA1; }

 p { color: rgb(195,90,161); }

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

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

 a { background-color: rgb(195,90,161); }

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

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

 span { border-color: rgb(195,90,161); }

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