#CA8FA4

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

Shades of Viola #CA8FA4

Tints of Viola #CA8FA4

Color information

#CA8FA4 (or 0xCA8FA4) is unknown color: approx Viola. HEX triplet: CA, 8F and A4. RGB value is (202,143,164). Sum of RGB (Red+Green+Blue) = 202+143+164=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FA4 is #35705B. Grayscale: #A3A3A3. Windows color (decimal): -3502172 or 10784714. OLE color: 10784714.

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

Color convert

RGB202143164-
CMYK00.290.190.21
HSL338.64º35.76%67.65%-
HSV(B)338.64º29.21%79.22%-
XYZ40.8834.8839.7-
YUV163.04128.55155.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=39.69%
G=28.09%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214316400.290.190.21338.6435.7667.65
HexCA8FA401D13151532444
Octal312217244035232552344104
Binary11001010100011111010010001110110011101011010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FA4; }

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

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

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

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

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

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

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

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