#C084A4

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

Shades of Viola #C084A4

Tints of Viola #C084A4

Color information

#C084A4 (or 0xC084A4) is unknown color: approx Viola. HEX triplet: C0, 84 and A4. RGB value is (192,132,164). Sum of RGB (Red+Green+Blue) = 192+132+164=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C084A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084A4 is #3F7B5B. Grayscale: #999999. Windows color (decimal): -4160348 or 10781888. OLE color: 10781888.

HSL color Cylindrical-coordinate representation of color #C084A4: hue angle of 328º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084A4 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB192132164-
CMYK00.310.150.25
HSL328º32.26%63.53%-
HSV(B)328º31.25%75.29%-
XYZ36.6930.3939.05-
YUV153.59133.88155.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 164 (64.45% from 255) = 33.61%
R=39.34%
G=27.05%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213216400.310.150.2532832.2663.53
HexC084A401FF191482040
Octal300204244037173151040100
Binary1100000010000100101001000111111111110011010010001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084A4; }

 p { color: rgb(192,132,164); }

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

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

 a { background-color: rgb(192,132,164); }

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

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

 span { border-color: rgb(192,132,164); }

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