#C6ABF0

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

Shades of Perfume #C6ABF0

Tints of Perfume #C6ABF0

Color information

#C6ABF0 (or 0xC6ABF0) is unknown color: approx Perfume. HEX triplet: C6, AB and F0. RGB value is (198,171,240). Sum of RGB (Red+Green+Blue) = 198+171+240=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #C6ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABF0 is #39540F. Grayscale: #BABABA. Windows color (decimal): -3757072 or 15772614. OLE color: 15772614.

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

Color convert

RGB198171240-
CMYK0.180.2900.06
HSL263.48º69.7%80.59%-
HSV(B)263.48º28.75%94.12%-
XYZ53.5847.4288.77-
YUV186.94157.95135.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 240 (94.14% from 255) = 39.41%
R=32.51%
G=28.08%
B=39.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981712400.180.2900.06263.4869.780.59
HexC6ABF0121D061074651
Octal306253360223506407106121
Binary1100011010101011111100001001011101011010000011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABF0; }

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

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

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

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

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

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

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

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