#C19AFB

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

Shades of Perfume #C19AFB

Tints of Perfume #C19AFB

Color information

#C19AFB (or 0xC19AFB) is unknown color: approx Perfume. HEX triplet: C1, 9A and FB. RGB value is (193,154,251). Sum of RGB (Red+Green+Blue) = 193+154+251=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C19AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19AFB is #3E6504. Grayscale: #B0B0B0. Windows color (decimal): -4089093 or 16489153. OLE color: 16489153.

HSL color Cylindrical-coordinate representation of color #C19AFB: hue angle of 264.12º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C19AFB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193154251-
CMYK0.230.3900.02
HSL264.12º92.38%79.41%-
HSV(B)264.12º38.65%98.43%-
XYZ50.9641.4196.57-
YUV176.72169.92139.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=32.27%
G=25.75%
B=41.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931542510.230.3900.02264.1292.3879.41
HexC19AFB1727021085c4f
Octal301232373274702410134117
Binary1100000110011010111110111011110011101010000100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19AFB; }

 p { color: rgb(193,154,251); }

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

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

 a { background-color: rgb(193,154,251); }

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

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

 span { border-color: rgb(193,154,251); }

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