Html Css Color HEX #CA53A9 Mulberry

📋 copy color: '#CA53A9'

red 202 ◦ green 83 ◦ blue 169

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

Shades of Mulberry #CA53A9

Tints of Mulberry #CA53A9

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.28%

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

R = 44.49%
G = 18.28%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA53A9 (or 0xCA53A9) is known color: Mulberry. HEX triplet: CA, 53 and A9. RGB value is (202,83,169). Sum of RGB (Red+Green+Blue) = 202+83+169=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53A9 is #35AC56. Grayscale: #808080. Windows color (decimal): -3517527 or 11097034. OLE color: 11097034.

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

Color convert

RGB 202 83 169 -
CMYK 0 0.59 0.16 0.21
HSL 316.64º 0.53% 0.56% -
HSV(B) 316.64º 0.59% 0.79% -
XYZ 34.61 21.61 39.88 -
YUV 128.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 202 83 169 0 0.59 0.16 0.21 316.64 0.53 0.56
Hex CA 53 A9 0 3B 10 15 13D 35 38
Octal 312 123 251 0 73 20 25 475 65 70
Binary 11001010 1010011 10101001 0 111011 10000 10101 100111101 110101 111000

Color Harmonies of #CA53A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA53A9

Black with #CA53A9

Text Example


Text Example

White with #CA53A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA53A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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