#CA75AA

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

Shades of Hopbush #CA75AA

Tints of Hopbush #CA75AA

Color information

#CA75AA (or 0xCA75AA) is unknown color: approx Hopbush. HEX triplet: CA, 75 and AA. RGB value is (202,117,170). Sum of RGB (Red+Green+Blue) = 202+117+170=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75AA is #358A55. Grayscale: #949494. Windows color (decimal): -3508822 or 11171274. OLE color: 11171274.

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

Color convert

RGB202117170-
CMYK00.420.160.21
HSL322.59º44.5%62.55%-
HSV(B)322.59º42.08%79.22%-
XYZ37.9728.1841.47-
YUV148.46140.16166.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=41.31%
G=23.93%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211717000.420.160.21322.5944.562.55
HexCA75AA02A10151432d3f
Octal31216525205220255035577
Binary1100101011101011010101001010101000010101101000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75AA; }

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

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

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

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

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

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

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

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