#c172ad

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

Shades of Bouquet #C172AD

Tints of Bouquet #C172AD

Color information

#C172AD (or 0xC172AD) is unknown color: approx Bouquet. HEX triplet: C1, 72 and AD. RGB value is (193,114,173). Sum of RGB (Red+Green+Blue) = 193+114+173=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C172AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172AD is #3E8D52. Grayscale: #909090. Windows color (decimal): -4099411 or 11367105. OLE color: 11367105.

HSL color Cylindrical-coordinate representation of color #C172AD: hue angle of 315.19º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C172AD is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193114173-
CMYK00.410.100.24
HSL315.19º38.92%60.2%-
HSV(B)315.19º40.93%75.69%-
XYZ35.5526.3942.75-
YUV144.35144.17162.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=40.21%
G=23.75%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311417300.410.100.24315.1938.9260.2
HexC172AD029A1813b273c
Octal30116225505112304734774
Binary110000011110010101011010101001101011000100111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c172ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c172ad; }

 p { color: rgb(193,114,173); }

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

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

 a { background-color: rgb(193,114,173); }

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

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

 span { border-color: rgb(193,114,173); }

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