#C08FA3

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

Shades of Viola #C08FA3

Tints of Viola #C08FA3

Color information

#C08FA3 (or 0xC08FA3) is unknown color: approx Viola. HEX triplet: C0, 8F and A3. RGB value is (192,143,163). Sum of RGB (Red+Green+Blue) = 192+143+163=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FA3 is #3F705C. Grayscale: #9F9F9F. Windows color (decimal): -4157533 or 10719168. OLE color: 10719168.

HSL color Cylindrical-coordinate representation of color #C08FA3: hue angle of 335.51º 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 #C08FA3 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB192143163-
CMYK00.260.150.25
HSL335.51º28%65.69%-
HSV(B)335.51º25.52%75.29%-
XYZ38.1733.539.1-
YUV159.93129.73150.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 163 (64.06% from 255) = 32.73%
R=38.55%
G=28.71%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214316300.260.150.25335.512865.69
HexC08FA301AF191501c42
Octal300217243032173152034102
Binary110000001000111110100011011010111111001101010000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FA3; }

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

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

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

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

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

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

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

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