#A274AC

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

Shades of Ce Soir #A274AC

Tints of Ce Soir #A274AC

Color information

#A274AC (or 0xA274AC) is unknown color: approx Ce Soir. HEX triplet: A2, 74 and AC. RGB value is (162,116,172). Sum of RGB (Red+Green+Blue) = 162+116+172=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #A274AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274AC is #5D8B53. Grayscale: #878787. Windows color (decimal): -6130516 or 11302050. OLE color: 11302050.

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

Color convert

RGB162116172-
CMYK0.060.3300.33
HSL289.29º25.23%56.47%-
HSV(B)289.29º32.56%67.45%-
XYZ28.5923.1541.99-
YUV136.14148.24146.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=36%
G=25.78%
B=38.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621161720.060.3300.33289.2925.2356.47
HexA274AC6210211211938
Octal2421642546410414413170
Binary10100010111010010101100110100001010000110010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274AC; }

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

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

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

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

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

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

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

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