Html Css Color HEX #CA55A9 Mulberry

📋 copy color: '#CA55A9'

red 202 ◦ green 85 ◦ blue 169

#CA55A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CA55A9

Tints of Mulberry #CA55A9

RGB

 RED value IS 202 (79.3% from 255) = 44.3%

 GREEN value IS 85 (33.59% from 255) = 18.64%

 BLUE value IS 169 (66.41% from 255) = 37.06%

R = 44.3%
G = 18.64%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA55A9 (or 0xCA55A9) is known color: Mulberry. HEX triplet: CA, 55 and A9. RGB value is (202,85,169). Sum of RGB (Red+Green+Blue) = 202+85+169=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA55A9 is #35AA56. Grayscale: #818181. Windows color (decimal): -3517015 or 11097546. OLE color: 11097546.

HSL color Cylindrical-coordinate representation of color #CA55A9: hue angle of 316.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55A9 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 169 -
CMYK 0 0.58 0.16 0.21
HSL 316.92º 0.52% 0.56% -
HSV(B) 316.92º 0.58% 0.79% -
XYZ 34.77 21.92 39.93 -
YUV 129.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 202 85 169 0 0.58 0.16 0.21 316.92 0.52 0.56
Hex CA 55 A9 0 3A 10 15 13D 34 38
Octal 312 125 251 0 72 20 25 475 64 70
Binary 11001010 1010101 10101001 0 111010 10000 10101 100111101 110100 111000

Color Harmonies of #CA55A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA55A9

Black with #CA55A9

Text Example


Text Example

White with #CA55A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA55A9; }

 p { color: rgb(202,85,169); }

 H1.HeaderClassName
 {
   color: #CA55A9;
 }
 .AnyTagClassName
 {
   color: #CA55A9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,85,169); }

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

border-color css

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

 span { border-color: rgb(202,85,169); }

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