#c172af

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

Shades of Bouquet #C172AF

Tints of Bouquet #C172AF

Color information

#C172AF (or 0xC172AF) is unknown color: approx Bouquet. HEX triplet: C1, 72 and AF. RGB value is (193,114,175). Sum of RGB (Red+Green+Blue) = 193+114+175=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C172AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172AF is #3E8D50. Grayscale: #909090. Windows color (decimal): -4099409 or 11498177. OLE color: 11498177.

HSL color Cylindrical-coordinate representation of color #C172AF: hue angle of 313.67º 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 #C172AF is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193114175-
CMYK00.410.090.24
HSL313.67º38.92%60.2%-
HSV(B)313.67º40.93%75.69%-
XYZ35.7526.4743.78-
YUV144.57145.17162.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=40.04%
G=23.65%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311417500.410.090.24313.6738.9260.2
HexC172AF02991813a273c
Octal30116225705111304724774
Binary110000011110010101011110101001100111000100111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c172af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c172af; }

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

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

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

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

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

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

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

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