#C1AFCA

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

Shades of Prelude #C1AFCA

Tints of Prelude #C1AFCA

Color information

#C1AFCA (or 0xC1AFCA) is unknown color: approx Prelude. HEX triplet: C1, AF and CA. RGB value is (193,175,202). Sum of RGB (Red+Green+Blue) = 193+175+202=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFCA is #3E5035. Grayscale: #B7B7B7. Windows color (decimal): -4083766 or 13283265. OLE color: 13283265.

HSL color Cylindrical-coordinate representation of color #C1AFCA: hue angle of 280º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1AFCA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193175202-
CMYK0.040.1300.21
HSL280º20.3%73.92%-
HSV(B)280º13.37%79.22%-
XYZ47.9846.2662.28-
YUV183.46138.46134.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=33.86%
G=30.70%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931752020.040.1300.2128020.373.92
HexC1AFCA4D015118144a
Octal30125731241502543024112
Binary1100000110101111110010101001101010101100011000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFCA; }

 p { color: rgb(193,175,202); }

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

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

 a { background-color: rgb(193,175,202); }

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

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

 span { border-color: rgb(193,175,202); }

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