#A470B4

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

Shades of Ce Soir #A470B4

Tints of Ce Soir #A470B4

Color information

#A470B4 (or 0xA470B4) is unknown color: approx Ce Soir. HEX triplet: A4, 70 and B4. RGB value is (164,112,180). Sum of RGB (Red+Green+Blue) = 164+112+180=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #A470B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470B4 is #5B8F4B. Grayscale: #878787. Windows color (decimal): -6000460 or 11825316. OLE color: 11825316.

HSL color Cylindrical-coordinate representation of color #A470B4: hue angle of 285.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A470B4 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164112180-
CMYK0.090.3800.29
HSL285.88º31.19%57.25%-
HSV(B)285.88º37.78%70.59%-
XYZ29.3422.7846.03-
YUV135.3153.23148.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=35.96%
G=24.56%
B=39.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641121800.090.3800.29285.8831.1957.25
HexA470B492601D11e1f39
Octal24416026411460354363771
Binary10100100111000010110100100110011001110110001111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A470B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A470B4; }

 p { color: rgb(164,112,180); }

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

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

 a { background-color: rgb(164,112,180); }

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

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

 span { border-color: rgb(164,112,180); }

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