#CA6EAA

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

Shades of Hopbush #CA6EAA

Tints of Hopbush #CA6EAA

Color information

#CA6EAA (or 0xCA6EAA) is unknown color: approx Hopbush. HEX triplet: CA, 6E and AA. RGB value is (202,110,170). Sum of RGB (Red+Green+Blue) = 202+110+170=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6EAA is #359155. Grayscale: #909090. Windows color (decimal): -3510614 or 11169482. OLE color: 11169482.

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

Color convert

RGB202110170-
CMYK00.460.160.21
HSL320.87º46.46%61.18%-
HSV(B)320.87º45.54%79.22%-
XYZ37.1926.6141.21-
YUV144.35142.48169.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=41.91%
G=22.82%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211017000.460.160.21320.8746.4661.18
HexCA6EAA02E10151412e3d
Octal31215625205620255015675
Binary1100101011011101010101001011101000010101101000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6EAA; }

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

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

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

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

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

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

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

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