#C6ABE4

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

Shades of Perfume #C6ABE4

Tints of Perfume #C6ABE4

Color information

#C6ABE4 (or 0xC6ABE4) is unknown color: approx Perfume. HEX triplet: C6, AB and E4. RGB value is (198,171,228). Sum of RGB (Red+Green+Blue) = 198+171+228=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABE4 is #39541B. Grayscale: #B9B9B9. Windows color (decimal): -3757084 or 14986182. OLE color: 14986182.

HSL color Cylindrical-coordinate representation of color #C6ABE4: hue angle of 268.42º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6ABE4 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB198171228-
CMYK0.130.2500.11
HSL268.42º51.35%78.24%-
HSV(B)268.42º25%89.41%-
XYZ51.8646.7379.69-
YUV185.57151.95136.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 228 (89.45% from 255) = 38.19%
R=33.17%
G=28.64%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1981712280.130.2500.11268.4251.3578.24
HexC6ABE4D190B10c334e
Octal306253344153101341463116
Binary110001101010101111100100110111001010111000011001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABE4; }

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

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

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

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

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

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

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

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