#C6ABF1

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

Shades of Perfume #C6ABF1

Tints of Perfume #C6ABF1

Color information

#C6ABF1 (or 0xC6ABF1) is unknown color: approx Perfume. HEX triplet: C6, AB and F1. RGB value is (198,171,241). Sum of RGB (Red+Green+Blue) = 198+171+241=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABF1 is #39540E. Grayscale: #BABABA. Windows color (decimal): -3757071 or 15838150. OLE color: 15838150.

HSL color Cylindrical-coordinate representation of color #C6ABF1: hue angle of 263.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6ABF1 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198171241-
CMYK0.180.2900.05
HSL263.14º71.43%80.78%-
HSV(B)263.14º29.05%94.51%-
XYZ53.7347.4889.55-
YUV187.05158.45135.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.46%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=32.46%
G=28.03%
B=39.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981712410.180.2900.05263.1471.4380.78
HexC6ABF1121D051074751
Octal306253361223505407107121
Binary1100011010101011111100011001011101010110000011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABF1; }

 p { color: rgb(198,171,241); }

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

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

 a { background-color: rgb(198,171,241); }

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

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

 span { border-color: rgb(198,171,241); }

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