#C97AAD

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

Shades of Hopbush #C97AAD

Tints of Hopbush #C97AAD

Color information

#C97AAD (or 0xC97AAD) is unknown color: approx Hopbush. HEX triplet: C9, 7A and AD. RGB value is (201,122,173). Sum of RGB (Red+Green+Blue) = 201+122+173=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AAD is #368552. Grayscale: #979797. Windows color (decimal): -3573075 or 11369161. OLE color: 11369161.

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

Color convert

RGB201122173-
CMYK00.390.140.21
HSL321.27º42.25%63.33%-
HSV(B)321.27º39.3%78.82%-
XYZ38.5929.3543.17-
YUV151.44140.17163.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=40.52%
G=24.60%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112217300.390.140.21321.2742.2563.33
HexC97AAD027E151412a3f
Octal31117225504716255015277
Binary110010011111010101011010100111111010101101000001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AAD; }

 p { color: rgb(201,122,173); }

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

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

 a { background-color: rgb(201,122,173); }

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

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

 span { border-color: rgb(201,122,173); }

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