Html Css Color HEX #CA4AA5 Mulberry

📋 copy color: '#CA4AA5'

red 202 ◦ green 74 ◦ blue 165

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

Shades of Mulberry #CA4AA5

Tints of Mulberry #CA4AA5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.78%

 BLUE value IS 165 (64.84% from 255) = 37.41%

R = 45.8%
G = 16.78%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA4AA5 (or 0xCA4AA5) is known color: Mulberry. HEX triplet: CA, 4A and A5. RGB value is (202,74,165). Sum of RGB (Red+Green+Blue) = 202+74+165=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AA5 is #35B55A. Grayscale: #7A7A7A. Windows color (decimal): -3519835 or 10832586. OLE color: 10832586.

HSL color Cylindrical-coordinate representation of color #CA4AA5: hue angle of 317.34º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4AA5 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 74 165 -
CMYK 0 0.63 0.18 0.21
HSL 317.34º 0.55% 0.54% -
HSV(B) 317.34º 0.63% 0.79% -
XYZ 33.6 20.17 37.72 -
YUV 122.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 202 74 165 0 0.63 0.18 0.21 317.34 0.55 0.54
Hex CA 4A A5 0 3F 12 15 13D 37 36
Octal 312 112 245 0 77 22 25 475 67 66
Binary 11001010 1001010 10100101 0 111111 10010 10101 100111101 110111 110110

Color Harmonies of #CA4AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AA5

Black with #CA4AA5

Text Example


Text Example

White with #CA4AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AA5; }

 p { color: rgb(202,74,165); }

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

background-color css

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

 a { background-color: rgb(202,74,165); }

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

border-color css

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

 span { border-color: rgb(202,74,165); }

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