#CA98A7

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

Shades of Viola #CA98A7

Tints of Viola #CA98A7

Color information

#CA98A7 (or 0xCA98A7) is unknown color: approx Viola. HEX triplet: CA, 98 and A7. RGB value is (202,152,167). Sum of RGB (Red+Green+Blue) = 202+152+167=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98A7 is #356758. Grayscale: #A8A8A8. Windows color (decimal): -3499865 or 10983626. OLE color: 10983626.

HSL color Cylindrical-coordinate representation of color #CA98A7: hue angle of 342º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA98A7 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB202152167-
CMYK00.250.170.21
HSL342º32.05%69.41%-
HSV(B)342º24.75%79.22%-
XYZ42.5637.841.61-
YUV168.66127.06151.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=38.77%
G=29.17%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215216700.250.170.2134232.0569.41
HexCA98A701911151562045
Octal312230247031212552640105
Binary11001010100110001010011101100110001101011010101101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98A7; }

 p { color: rgb(202,152,167); }

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

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

 a { background-color: rgb(202,152,167); }

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

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

 span { border-color: rgb(202,152,167); }

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