#CA8F9A

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

Shades of Viola #CA8F9A

Tints of Viola #CA8F9A

Color information

#CA8F9A (or 0xCA8F9A) is unknown color: approx Viola. HEX triplet: CA, 8F and 9A. RGB value is (202,143,154). Sum of RGB (Red+Green+Blue) = 202+143+154=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8F9A is #357065. Grayscale: #A1A1A1. Windows color (decimal): -3502182 or 10129354. OLE color: 10129354.

HSL color Cylindrical-coordinate representation of color #CA8F9A: hue angle of 348.81º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8F9A is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202143154-
CMYK00.290.240.21
HSL348.81º35.76%67.65%-
HSV(B)348.81º29.21%79.22%-
XYZ40.0134.5335.13-
YUV161.9123.55156.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=40.48%
G=28.66%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214315400.290.240.21348.8135.7667.65
HexCA8F9A01D181515d2444
Octal312217232035302553544104
Binary11001010100011111001101001110111000101011010111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8F9A; }

 p { color: rgb(202,143,154); }

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

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

 a { background-color: rgb(202,143,154); }

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

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

 span { border-color: rgb(202,143,154); }

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