#C35AA6

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

Shades of Mulberry #C35AA6

Tints of Mulberry #C35AA6

Color information

#C35AA6 (or 0xC35AA6) is unknown color: approx Mulberry. HEX triplet: C3, 5A and A6. RGB value is (195,90,166). Sum of RGB (Red+Green+Blue) = 195+90+166=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AA6 is #3CA559. Grayscale: #818181. Windows color (decimal): -3974490 or 10902211. OLE color: 10902211.

HSL color Cylindrical-coordinate representation of color #C35AA6: hue angle of 316.57º 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 #C35AA6 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19590166-
CMYK00.540.150.24
HSL316.57º46.67%55.88%-
HSV(B)316.57º53.85%76.47%-
XYZ33.0421.6738.52-
YUV130.06148.29174.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=43.24%
G=19.96%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959016600.540.150.24316.5746.6755.88
HexC35AA6036F1813d2f38
Octal30313224606617304755770
Binary110000111011010101001100110110111111000100111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35AA6; }

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

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

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

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

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

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

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

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