#CA73A7

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

Shades of Hopbush #CA73A7

Tints of Hopbush #CA73A7

Color information

#CA73A7 (or 0xCA73A7) is unknown color: approx Hopbush. HEX triplet: CA, 73 and A7. RGB value is (202,115,167). Sum of RGB (Red+Green+Blue) = 202+115+167=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA73A7 is #358C58. Grayscale: #929292. Windows color (decimal): -3509337 or 10974154. OLE color: 10974154.

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

Color convert

RGB202115167-
CMYK00.430.170.21
HSL324.14º45.08%62.16%-
HSV(B)324.14º43.07%79.22%-
XYZ37.4627.6139.91-
YUV146.94139.32167.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=41.74%
G=23.76%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211516700.430.170.21324.1445.0862.16
HexCA73A702B11151442d3e
Octal31216324705321255045576
Binary1100101011100111010011101010111000110101101000100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73A7; }

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

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

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

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

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

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

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

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