Html Css Color HEX #CA5AA2 Mulberry

📋 copy color: '#CA5AA2'

red 202 ◦ green 90 ◦ blue 162

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

Shades of Mulberry #CA5AA2

Tints of Mulberry #CA5AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.82%

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 44.49%
G = 19.82%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA5AA2 (or 0xCA5AA2) is known color: Mulberry. HEX triplet: CA, 5A and A2. RGB value is (202,90,162). Sum of RGB (Red+Green+Blue) = 202+90+162=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AA2 is #35A55D. Grayscale: #838383. Windows color (decimal): -3515742 or 10640074. OLE color: 10640074.

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

Color convert

RGB 202 90 162 -
CMYK 0 0.55 0.20 0.21
HSL 321.43º 0.51% 0.57% -
HSV(B) 321.43º 0.55% 0.79% -
XYZ 34.53 22.48 36.7 -
YUV 131.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 202 90 162 0 0.55 0.20 0.21 321.43 0.51 0.57
Hex CA 5A A2 0 37 14 15 141 33 39
Octal 312 132 242 0 67 24 25 501 63 71
Binary 11001010 1011010 10100010 0 110111 10100 10101 101000001 110011 111001

Color Harmonies of #CA5AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AA2

Black with #CA5AA2

Text Example


Text Example

White with #CA5AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AA2; }

 p { color: rgb(202,90,162); }

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

background-color css

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

 a { background-color: rgb(202,90,162); }

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

border-color css

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

 span { border-color: rgb(202,90,162); }

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