#A274AA

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

Shades of Ce Soir #A274AA

Tints of Ce Soir #A274AA

Color information

#A274AA (or 0xA274AA) is unknown color: approx Ce Soir. HEX triplet: A2, 74 and AA. RGB value is (162,116,170). Sum of RGB (Red+Green+Blue) = 162+116+170=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A274AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274AA is #5D8B55. Grayscale: #878787. Windows color (decimal): -6130518 or 11170978. OLE color: 11170978.

HSL color Cylindrical-coordinate representation of color #A274AA: hue angle of 291.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A274AA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162116170-
CMYK0.050.3200.33
HSL291.11º24.11%56.08%-
HSV(B)291.11º31.76%66.67%-
XYZ28.423.0740.99-
YUV135.91147.24146.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=36.16%
G=25.89%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621161700.050.3200.33291.1124.1156.08
HexA274AA5200211231838
Octal2421642525400414433070
Binary10100010111010010101010101100000010000110010001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274AA; }

 p { color: rgb(162,116,170); }

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

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

 a { background-color: rgb(162,116,170); }

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

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

 span { border-color: rgb(162,116,170); }

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