#C38AA3

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

Shades of Viola #C38AA3

Tints of Viola #C38AA3

Color information

#C38AA3 (or 0xC38AA3) is unknown color: approx Viola. HEX triplet: C3, 8A and A3. RGB value is (195,138,163). Sum of RGB (Red+Green+Blue) = 195+138+163=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AA3 is #3C755C. Grayscale: #9D9D9D. Windows color (decimal): -3962205 or 10717891. OLE color: 10717891.

HSL color Cylindrical-coordinate representation of color #C38AA3: hue angle of 333.68º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AA3 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB195138163-
CMYK00.290.160.24
HSL333.68º32.2%65.29%-
HSV(B)333.68º29.23%76.47%-
XYZ38.2132.4238.9-
YUV157.89130.88154.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 163 (64.06% from 255) = 32.86%
R=39.31%
G=27.82%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513816300.290.160.24333.6832.265.29
HexC38AA301D101814e2041
Octal303212243035203051640101
Binary11000011100010101010001101110110000110001010011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AA3; }

 p { color: rgb(195,138,163); }

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

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

 a { background-color: rgb(195,138,163); }

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

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

 span { border-color: rgb(195,138,163); }

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