#CA73AA

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

Shades of Hopbush #CA73AA

Tints of Hopbush #CA73AA

Color information

#CA73AA (or 0xCA73AA) is unknown color: approx Hopbush. HEX triplet: CA, 73 and AA. RGB value is (202,115,170). Sum of RGB (Red+Green+Blue) = 202+115+170=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA73AA is #358C55. Grayscale: #939393. Windows color (decimal): -3509334 or 11170762. OLE color: 11170762.

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

Color convert

RGB202115170-
CMYK00.430.160.21
HSL322.07º45.08%62.16%-
HSV(B)322.07º43.07%79.22%-
XYZ37.7427.7241.39-
YUV147.28140.82167.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=41.48%
G=23.61%
B=34.91%

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
Decimal20211517000.430.160.21322.0745.0862.16
HexCA73AA02B10151422d3e
Octal31216325205320255025576
Binary1100101011100111010101001010111000010101101000010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73AA; }

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

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

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

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

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

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

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

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