#CA73AD

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

Shades of Hopbush #CA73AD

Tints of Hopbush #CA73AD

Color information

#CA73AD (or 0xCA73AD) is unknown color: approx Hopbush. HEX triplet: CA, 73 and AD. RGB value is (202,115,173). Sum of RGB (Red+Green+Blue) = 202+115+173=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA73AD is #358C52. Grayscale: #939393. Windows color (decimal): -3509331 or 11367370. OLE color: 11367370.

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

Color convert

RGB202115173-
CMYK00.430.140.21
HSL320º45.08%62.16%-
HSV(B)320º43.07%79.22%-
XYZ38.0327.8442.9-
YUV147.62142.32166.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=41.22%
G=23.47%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211517300.430.140.2132045.0862.16
HexCA73AD02BE151402d3e
Octal31216325505316255005576
Binary110010101110011101011010101011111010101101000000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73AD; }

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

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

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

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

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

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

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

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