#C1AACC

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

Shades of Prelude #C1AACC

Tints of Prelude #C1AACC

Color information

#C1AACC (or 0xC1AACC) is unknown color: approx Prelude. HEX triplet: C1, AA and CC. RGB value is (193,170,204). Sum of RGB (Red+Green+Blue) = 193+170+204=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AACC is #3E5533. Grayscale: #B4B4B4. Windows color (decimal): -4085044 or 13413057. OLE color: 13413057.

HSL color Cylindrical-coordinate representation of color #C1AACC: hue angle of 280.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1AACC is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193170204-
CMYK0.050.1700.2
HSL280.59º25%73.33%-
HSV(B)280.59º16.67%80%-
XYZ47.2744.4563.21-
YUV180.75141.12136.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=34.04%
G=29.98%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931702040.050.1700.2280.592573.33
HexC1AACC5110141191949
Octal30125231452102443131111
Binary11000001101010101100110010110001010100100011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AACC; }

 p { color: rgb(193,170,204); }

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

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

 a { background-color: rgb(193,170,204); }

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

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

 span { border-color: rgb(193,170,204); }

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