Html Css Color HEX #CA5AA7 Mulberry

📋 copy color: '#CA5AA7'

red 202 ◦ green 90 ◦ blue 167

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

Shades of Mulberry #CA5AA7

Tints of Mulberry #CA5AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 44.01%
G = 19.61%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA5AA7 (or 0xCA5AA7) is known color: Mulberry. HEX triplet: CA, 5A and A7. RGB value is (202,90,167). Sum of RGB (Red+Green+Blue) = 202+90+167=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AA7 is #35A558. Grayscale: #848484. Windows color (decimal): -3515737 or 10967754. OLE color: 10967754.

HSL color Cylindrical-coordinate representation of color #CA5AA7: hue angle of 318.75º 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 #CA5AA7 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 90 167 -
CMYK 0 0.55 0.17 0.21
HSL 318.75º 0.51% 0.57% -
HSV(B) 318.75º 0.55% 0.79% -
XYZ 34.99 22.66 39.09 -
YUV 132.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 202 90 167 0 0.55 0.17 0.21 318.75 0.51 0.57
Hex CA 5A A7 0 37 11 15 13F 33 39
Octal 312 132 247 0 67 21 25 477 63 71
Binary 11001010 1011010 10100111 0 110111 10001 10101 100111111 110011 111001

Color Harmonies of #CA5AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5AA7

Black with #CA5AA7

Text Example


Text Example

White with #CA5AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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