Html Css Color HEX #A078AC Ce Soir

📋 copy color: '#A078AC'

red 160 ◦ green 120 ◦ blue 172

#A078AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #A078AC

Tints of Ce Soir #A078AC

RGB

 RED value IS 160 (62.89% from 255) = 35.4%

 GREEN value IS 120 (47.27% from 255) = 26.55%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 35.4%
G = 26.55%
B = 38.05%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A078AC (or 0xA078AC) is known color: Ce Soir. HEX triplet: A0, 78 and AC. RGB value is (160,120,172). Sum of RGB (Red+Green+Blue) = 160+120+172=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #A078AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078AC is #5F8753. Grayscale: #898989. Windows color (decimal): -6260564 or 11303072. OLE color: 11303072.

HSL color Cylindrical-coordinate representation of color #A078AC: hue angle of 286.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A078AC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 120 172 -
CMYK 0.07 0.30 0 0.33
HSL 286.15º 0.24% 0.57% -
HSV(B) 286.15º 0.3% 0.67% -
XYZ 28.66 23.89 42.13 -
YUV 137.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 160 120 172 0.07 0.30 0 0.33 286.15 0.24 0.57
Hex A0 78 AC 7 1E 0 21 11E 18 39
Octal 240 170 254 7 36 0 41 436 30 71
Binary 10100000 1111000 10101100 111 11110 0 100001 100011110 11000 111001

Color Harmonies of #A078AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078AC

Black with #A078AC

Text Example


Text Example

White with #A078AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078AC; }

 p { color: rgb(160,120,172); }

 H1.HeaderClassName
 {
   color: #A078AC;
 }
 .AnyTagClassName
 {
   color: #A078AC;
 }
</style>

background-color css

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

 a { background-color: rgb(160,120,172); }

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

border-color css

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

 span { border-color: rgb(160,120,172); }

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