#CA8DAA

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

Shades of Viola #CA8DAA

Tints of Viola #CA8DAA

Color information

#CA8DAA (or 0xCA8DAA) is unknown color: approx Viola. HEX triplet: CA, 8D and AA. RGB value is (202,141,170). Sum of RGB (Red+Green+Blue) = 202+141+170=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8DAA is #357255. Grayscale: #A2A2A2. Windows color (decimal): -3502678 or 11177418. OLE color: 11177418.

HSL color Cylindrical-coordinate representation of color #CA8DAA: hue angle of 331.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DAA is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202141170-
CMYK00.300.160.21
HSL331.48º36.53%67.25%-
HSV(B)331.48º30.2%79.22%-
XYZ41.1434.5142.52-
YUV162.54132.21156.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=39.38%
G=27.49%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214117000.300.160.21331.4836.5367.25
HexCA8DAA01E101514b2543
Octal312215252036202551345103
Binary11001010100011011010101001111010000101011010010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DAA; }

 p { color: rgb(202,141,170); }

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

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

 a { background-color: rgb(202,141,170); }

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

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

 span { border-color: rgb(202,141,170); }

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