#C08AA4

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

Shades of Viola #C08AA4

Tints of Viola #C08AA4

Color information

#C08AA4 (or 0xC08AA4) is unknown color: approx Viola. HEX triplet: C0, 8A and A4. RGB value is (192,138,164). Sum of RGB (Red+Green+Blue) = 192+138+164=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AA4 is #3F755B. Grayscale: #9D9D9D. Windows color (decimal): -4158812 or 10783424. OLE color: 10783424.

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

Color convert

RGB192138164-
CMYK00.280.150.25
HSL331.11º30%64.71%-
HSV(B)331.11º28.12%75.29%-
XYZ37.5332.0639.33-
YUV157.11131.89152.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=38.87%
G=27.94%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213816400.280.150.25331.113064.71
HexC08AA401CF1914b1e41
Octal300212244034173151336101
Binary110000001000101010100100011100111111001101001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AA4; }

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

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

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

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

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

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

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

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