#C35AA0

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

Shades of Mulberry #C35AA0

Tints of Mulberry #C35AA0

Color information

#C35AA0 (or 0xC35AA0) is unknown color: approx Mulberry. HEX triplet: C3, 5A and A0. RGB value is (195,90,160). Sum of RGB (Red+Green+Blue) = 195+90+160=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AA0 is #3CA55F. Grayscale: #818181. Windows color (decimal): -3974496 or 10508995. OLE color: 10508995.

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

Color convert

RGB19590160-
CMYK00.540.180.24
HSL320º46.67%55.88%-
HSV(B)320º53.85%76.47%-
XYZ32.5121.4535.69-
YUV129.38145.29174.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=43.82%
G=20.22%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959016000.540.180.2432046.6755.88
HexC35AA003612181402f38
Octal30313224006622305005770
Binary1100001110110101010000001101101001011000101000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35AA0; }

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

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

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

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

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

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

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

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