#C09AEA

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

Shades of Perfume #C09AEA

Tints of Perfume #C09AEA

Color information

#C09AEA (or 0xC09AEA) is unknown color: approx Perfume. HEX triplet: C0, 9A and EA. RGB value is (192,154,234). Sum of RGB (Red+Green+Blue) = 192+154+234=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #C09AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AEA is #3F6515. Grayscale: #AEAEAE. Windows color (decimal): -4154646 or 15375040. OLE color: 15375040.

HSL color Cylindrical-coordinate representation of color #C09AEA: hue angle of 268.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09AEA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192154234-
CMYK0.180.3400.08
HSL268.5º65.57%76.08%-
HSV(B)268.5º34.19%91.76%-
XYZ48.1540.2683.07-
YUV174.48161.59140.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=33.10%
G=26.55%
B=40.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921542340.180.3400.08268.565.5776.08
HexC09AEA12220810c424c
Octal3002323522242010414102114
Binary110000001001101011101010100101000100100010000110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AEA; }

 p { color: rgb(192,154,234); }

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

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

 a { background-color: rgb(192,154,234); }

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

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

 span { border-color: rgb(192,154,234); }

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