#C6ABE0

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

Shades of Perfume #C6ABE0

Tints of Perfume #C6ABE0

Color information

#C6ABE0 (or 0xC6ABE0) is unknown color: approx Perfume. HEX triplet: C6, AB and E0. RGB value is (198,171,224). Sum of RGB (Red+Green+Blue) = 198+171+224=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABE0 is #39541F. Grayscale: #B8B8B8. Windows color (decimal): -3757088 or 14724038. OLE color: 14724038.

HSL color Cylindrical-coordinate representation of color #C6ABE0: hue angle of 270.57º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6ABE0 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198171224-
CMYK0.120.2400.12
HSL270.57º46.09%77.45%-
HSV(B)270.57º23.66%87.84%-
XYZ51.3146.5176.79-
YUV185.12149.95137.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=33.39%
G=28.84%
B=37.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981712240.120.2400.12270.5746.0977.45
HexC6ABE0C180C10f2e4d
Octal306253340143001441756115
Binary110001101010101111100000110011000011001000011111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABE0; }

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

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

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

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

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

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

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

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