#C0A2FA

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

Shades of Perfume #C0A2FA

Tints of Perfume #C0A2FA

Color information

#C0A2FA (or 0xC0A2FA) is unknown color: approx Perfume. HEX triplet: C0, A2 and FA. RGB value is (192,162,250). Sum of RGB (Red+Green+Blue) = 192+162+250=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A2FA is #3F5D05. Grayscale: #B4B4B4. Windows color (decimal): -4152582 or 16425664. OLE color: 16425664.

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

Color convert

RGB192162250-
CMYK0.230.3500.02
HSL260.45º89.8%80.78%-
HSV(B)260.45º35.2%98.04%-
XYZ51.9143.9596.19-
YUV181166.94135.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.79%
GREEN value IS 162 (63.67% from 255) = 26.82%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=31.79%
G=26.82%
B=41.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921622500.230.3500.02260.4589.880.78
HexC0A2FA1723021045a51
Octal300242372274302404132121
Binary1100000010100010111110101011110001101010000010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A2FA; }

 p { color: rgb(192,162,250); }

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

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

 a { background-color: rgb(192,162,250); }

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

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

 span { border-color: rgb(192,162,250); }

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