#CA73AE

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

Shades of Hopbush #CA73AE

Tints of Hopbush #CA73AE

Color information

#CA73AE (or 0xCA73AE) is unknown color: approx Hopbush. HEX triplet: CA, 73 and AE. RGB value is (202,115,174). Sum of RGB (Red+Green+Blue) = 202+115+174=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA73AE is #358C51. Grayscale: #939393. Windows color (decimal): -3509330 or 11432906. OLE color: 11432906.

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

Color convert

RGB202115174-
CMYK00.430.140.21
HSL319.31º45.08%62.16%-
HSV(B)319.31º43.07%79.22%-
XYZ38.1327.8743.42-
YUV147.74142.82166.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=41.14%
G=23.42%
B=35.44%

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
Decimal20211517400.430.140.21319.3145.0862.16
HexCA73AE02BE1513f2d3e
Octal31216325605316254775576
Binary110010101110011101011100101011111010101100111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73AE; }

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

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

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

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

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

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

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

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