#CA7FAA

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

Shades of Hopbush #CA7FAA

Tints of Hopbush #CA7FAA

Color information

#CA7FAA (or 0xCA7FAA) is unknown color: approx Hopbush. HEX triplet: CA, 7F and AA. RGB value is (202,127,170). Sum of RGB (Red+Green+Blue) = 202+127+170=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAA is #358055. Grayscale: #9A9A9A. Windows color (decimal): -3506262 or 11173834. OLE color: 11173834.

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

Color convert

RGB202127170-
CMYK00.370.160.21
HSL325.6º41.44%64.51%-
HSV(B)325.6º37.13%79.22%-
XYZ39.230.6441.88-
YUV154.33136.85162-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=40.48%
G=25.45%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212717000.370.160.21325.641.4464.51
HexCA7FAA02510151462941
Octal312177252045202550651101
Binary11001010111111110101010010010110000101011010001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FAA; }

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

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

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

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

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

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

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

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