#CA62AA

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

Shades of Hopbush #CA62AA

Tints of Hopbush #CA62AA

Color information

#CA62AA (or 0xCA62AA) is unknown color: approx Hopbush. HEX triplet: CA, 62 and AA. RGB value is (202,98,170). Sum of RGB (Red+Green+Blue) = 202+98+170=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA62AA is #359D55. Grayscale: #898989. Windows color (decimal): -3513686 or 11166410. OLE color: 11166410.

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

Color convert

RGB20298170-
CMYK00.510.160.21
HSL318.46º49.52%58.82%-
HSV(B)318.46º51.49%79.22%-
XYZ35.9824.1940.8-
YUV137.3146.46174.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=42.98%
G=20.85%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029817000.510.160.21318.4649.5258.82
HexCA62AA033101513e323b
Octal31214225206320254766273
Binary1100101011000101010101001100111000010101100111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA62AA; }

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

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

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

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

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

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

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

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