#C38AA7

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

Shades of Viola #C38AA7

Tints of Viola #C38AA7

Color information

#C38AA7 (or 0xC38AA7) is unknown color: approx Viola. HEX triplet: C3, 8A and A7. RGB value is (195,138,167). Sum of RGB (Red+Green+Blue) = 195+138+167=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38AA7 is #3C7558. Grayscale: #9E9E9E. Windows color (decimal): -3962201 or 10980035. OLE color: 10980035.

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

Color convert

RGB195138167-
CMYK00.290.140.24
HSL329.47º32.2%65.29%-
HSV(B)329.47º29.23%76.47%-
XYZ38.5732.5740.81-
YUV158.35132.88154.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 167 (65.62% from 255) = 33.4%
R=39%
G=27.6%
B=33.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513816700.290.140.24329.4732.265.29
HexC38AA701DE181492041
Octal303212247035163051140101
Binary1100001110001010101001110111011110110001010010011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AA7; }

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

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

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

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

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

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

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

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