#CA73A9

Color #CA73A9 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CA73A9

Tints of Hopbush #CA73A9

Color information

#CA73A9 (or 0xCA73A9) is unknown color: approx Hopbush. HEX triplet: CA, 73 and A9. RGB value is (202,115,169). Sum of RGB (Red+Green+Blue) = 202+115+169=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA73A9 is #358C56. Grayscale: #939393. Windows color (decimal): -3509335 or 11105226. OLE color: 11105226.

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

Color convert

RGB202115169-
CMYK00.430.160.21
HSL322.76º45.08%62.16%-
HSV(B)322.76º43.07%79.22%-
XYZ37.6527.6840.9-
YUV147.17140.32167.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=41.56%
G=23.66%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211516900.430.160.21322.7645.0862.16
HexCA73A902B10151432d3e
Octal31216325105320255035576
Binary1100101011100111010100101010111000010101101000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73A9; }

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

 H1.HeaderClassName
 {
   color: #CA73A9;
 }
 .AnyTagClassName
 {
   color: #CA73A9;
 }
</style>
background-color css

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

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

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

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

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

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