#C08FA0

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

Shades of Viola #C08FA0

Tints of Viola #C08FA0

Color information

#C08FA0 (or 0xC08FA0) is unknown color: approx Viola. HEX triplet: C0, 8F and A0. RGB value is (192,143,160). Sum of RGB (Red+Green+Blue) = 192+143+160=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FA0 is #3F705F. Grayscale: #9F9F9F. Windows color (decimal): -4157536 or 10522560. OLE color: 10522560.

HSL color Cylindrical-coordinate representation of color #C08FA0: hue angle of 339.18º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FA0 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192143160-
CMYK00.260.170.25
HSL339.18º28%65.69%-
HSV(B)339.18º25.52%75.29%-
XYZ37.9133.3937.7-
YUV159.59128.23151.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=38.79%
G=28.89%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214316000.260.170.25339.182865.69
HexC08FA001A11191531c42
Octal300217240032213152334102
Binary1100000010001111101000000110101000111001101010011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FA0; }

 p { color: rgb(192,143,160); }

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

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

 a { background-color: rgb(192,143,160); }

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

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

 span { border-color: rgb(192,143,160); }

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