#C1A3EA

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

Shades of Perfume #C1A3EA

Tints of Perfume #C1A3EA

Color information

#C1A3EA (or 0xC1A3EA) is unknown color: approx Perfume. HEX triplet: C1, A3 and EA. RGB value is (193,163,234). Sum of RGB (Red+Green+Blue) = 193+163+234=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A3EA is #3E5C15. Grayscale: #B3B3B3. Windows color (decimal): -4086806 or 15377345. OLE color: 15377345.

HSL color Cylindrical-coordinate representation of color #C1A3EA: hue angle of 265.35º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1A3EA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193163234-
CMYK0.180.3000.08
HSL265.35º62.83%77.84%-
HSV(B)265.35º30.34%91.76%-
XYZ49.9443.4783.6-
YUV180.06158.44137.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.71%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=32.71%
G=27.63%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931632340.180.3000.08265.3562.8377.84
HexC1A3EA121E081093f4e
Octal301243352223601041177116
Binary1100000110100011111010101001011110010001000010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A3EA; }

 p { color: rgb(193,163,234); }

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

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

 a { background-color: rgb(193,163,234); }

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

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

 span { border-color: rgb(193,163,234); }

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